mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
l10n: Add dot at the end of an sentence
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
648ec6263a
commit
5bb2d9ceca
3 changed files with 5 additions and 5 deletions
|
|
@ -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
Loading…
Reference in a new issue