aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2017-07-18 09:06:34 +0200
committerGitHub <noreply@github.com>2017-07-18 09:06:34 +0200
commitac5d238ffea20778c57d12fe0cd8aa6d52c42156 (patch)
treea3a7ab68bbc8f14e913643c8120dbb9cae1e3682 /settings
parent58f72309cc8e0b9e6b813aed5d405a8a9f48213e (diff)
parent9b0cb57e3b2c8e2959977fabbfa4ed1e8d522685 (diff)
downloadnextcloud-server-ac5d238ffea20778c57d12fe0cd8aa6d52c42156.tar.gz
nextcloud-server-ac5d238ffea20778c57d12fe0cd8aa6d52c42156.zip
Merge pull request #5758 from nextcloud/comradekingu-patch-7
Spelling: ": Bigversal"
Diffstat (limited to 'settings')
-rw-r--r--settings/js/apps.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/js/apps.js b/settings/js/apps.js
index 957ad395f94..278c307b1f3 100644
--- a/settings/js/apps.js
+++ b/settings/js/apps.js
@@ -479,7 +479,7 @@ OC.Settings.Apps = OC.Settings.Apps || {
$.post(OC.webroot + '/index.php/disableapp', {appid: appId}, function() {
OC.Settings.Apps.showErrorMessage(
appId,
- t('settings', 'Error: this app cannot be enabled because it makes the server unstable')
+ t('settings', 'Error: This app can not be enabled because it makes the server unstable')
);
appItems.forEach(function(appItem) {
appItem.data('errormsg', t('settings', 'Error while enabling app'));
@@ -493,7 +493,7 @@ OC.Settings.Apps = OC.Settings.Apps || {
}).fail(function() {
OC.Settings.Apps.showErrorMessage(
appId,
- t('settings', 'Error: could not disable broken app')
+ t('settings', 'Error: Could not disable broken app')
);
appItems.forEach(function(appItem) {
appItem.data('errormsg', t('settings', 'Error while disabling broken app'));