From 5bb2d9ceca5aed071b1b8c79db189ac84dbd70d0 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Tue, 7 Dec 2021 07:20:46 +0100 Subject: l10n: Add dot at the end of an sentence Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- apps/updatenotification/src/components/UpdateNotification.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') 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', 'All apps have a compatible version for this Nextcloud version available', this) - : n('updatenotification', '%n app has no compatible version for this Nextcloud version available', '%n apps have no compatible version for this Nextcloud version available', this.missingAppUpdates.length) + ? t('updatenotification', 'All apps have a compatible version for this Nextcloud version available.', this) + : n('updatenotification', '%n app has no compatible version for this Nextcloud version available.', '%n apps have no compatible version for this Nextcloud version available.', this.missingAppUpdates.length) }, whatsNew() { -- cgit v1.2.3