From 54fd3a480ceb8b16795f8cb9cfa53ec4d29537d3 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Mon, 12 Apr 2021 10:17:38 +0200 Subject: l10n: Unify spelling Spelling unification in Nextcloud applications. --- apps/settings/src/store/apps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/settings/src') 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'), }) } }) -- cgit v1.2.3