Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-04-12 11:17:38 +0300
committerMorris Jobke <hey@morrisjobke.de>2021-05-20 10:22:06 +0300
commit54fd3a480ceb8b16795f8cb9cfa53ec4d29537d3 (patch)
treee1ef2f30655b93b7c16dcc75c8af0b076bc6e7d5 /apps/settings/src
parent5432c958be918bece086ccf32ffd86f68bbda675 (diff)
l10n: Unify spelling
Spelling unification in Nextcloud applications.
Diffstat (limited to 'apps/settings/src')
-rw-r--r--apps/settings/src/store/apps.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/store/apps.js b/apps/settings/src/store/apps.js
index 20af95a0235..8d01ebe7cd2 100644
--- a/apps/settings/src/store/apps.js
+++ b/apps/settings/src/store/apps.js
@@ -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'),
})
}
})