l10n: Unify spelling

Spelling unification in Nextcloud applications.
This commit is contained in:
Valdnet 2021-04-12 10:17:38 +02:00 committed by Morris Jobke
parent 5432c958be
commit 54fd3a480c
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ const actions = {
if (!Array.isArray(appId)) {
context.commit('setError', {
appId: apps,
error: t('settings', 'Error: This app can not be enabled because it makes the server unstable'),
error: t('settings', 'Error: This app cannot be enabled because it makes the server unstable'),
})
}
})