Browse Source

l10n: Add dot at the end of an sentence

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
tags/v24.0.0beta1
rakekniven 2 years ago
parent
commit
5bb2d9ceca
No account linked to committer's email address

+ 2
- 2
apps/updatenotification/src/components/UpdateNotification.vue 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() {

+ 2
- 2
dist/updatenotification-updatenotification.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/updatenotification-updatenotification.js.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save