l10n: Add dot at the end of an sentence

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven 2021-12-07 07:20:46 +01:00 committed by John Molakvoæ
parent 648ec6263a
commit 5bb2d9ceca
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF
3 changed files with 5 additions and 5 deletions

View file

@ -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() {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long