diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2021-12-07 07:20:46 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-01-20 10:08:39 +0100 |
commit | 5bb2d9ceca5aed071b1b8c79db189ac84dbd70d0 (patch) | |
tree | 3731e5cd5fa06f0a78f7902d8f4cbd8afd8f6d74 /apps/updatenotification/src/components | |
parent | 648ec6263a7edda1118edf76580f60bab327b90b (diff) | |
download | nextcloud-server-5bb2d9ceca5aed071b1b8c79db189ac84dbd70d0.tar.gz nextcloud-server-5bb2d9ceca5aed071b1b8c79db189ac84dbd70d0.zip |
l10n: Add dot at the end of an sentence
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'apps/updatenotification/src/components')
-rw-r--r-- | apps/updatenotification/src/components/UpdateNotification.vue | 4 |
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() { |