aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-01-21 09:14:11 +0100
committerGitHub <noreply@github.com>2022-01-21 09:14:11 +0100
commit5ad7309c5500f2ad16d51403f1fb6d491b070f70 (patch)
treedaa4922147de2ad8c0f6fe56b437fa48a69f331f /apps
parentd2790f75c8558a4754cea8ef0f1c23bba439f06e (diff)
parent5bb2d9ceca5aed071b1b8c79db189ac84dbd70d0 (diff)
downloadnextcloud-server-5ad7309c5500f2ad16d51403f1fb6d491b070f70.tar.gz
nextcloud-server-5ad7309c5500f2ad16d51403f1fb6d491b070f70.zip
Merge pull request #30123 from nextcloud/rakekniven-patch-1
l10n: Add dot at the end of an sentence
Diffstat (limited to 'apps')
-rw-r--r--apps/updatenotification/src/components/UpdateNotification.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/updatenotification/src/components/UpdateNotification.vue b/apps/updatenotification/src/components/UpdateNotification.vue
index b9e28e4ec2c..09c229fb36e 100644
--- a/apps/updatenotification/src/components/UpdateNotification.vue
+++ b/apps/updatenotification/src/components/UpdateNotification.vue
@@ -198,8 +198,8 @@ export default {
}
return this.missingAppUpdates.length === 0
- ? t('updatenotification', '<strong>All</strong> apps have a compatible version for this Nextcloud version available', this)
- : n('updatenotification', '<strong>%n</strong> app has no compatible version for this Nextcloud version available', '<strong>%n</strong> apps have no compatible version for this Nextcloud version available', this.missingAppUpdates.length)
+ ? t('updatenotification', '<strong>All</strong> apps have a compatible version for this Nextcloud version available.', this)
+ : n('updatenotification', '<strong>%n</strong> app has no compatible version for this Nextcloud version available.', '<strong>%n</strong> apps have no compatible version for this Nextcloud version available.', this.missingAppUpdates.length)
},
whatsNew() {