summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2017-07-18 00:05:01 +0200
committerMorris Jobke <hey@morrisjobke.de>2017-07-18 09:12:37 +0200
commita91ce85fedb30c4f120c30c6d7bc3939f6c65c15 (patch)
treeaf3c5fe71158d5421550898c8af7a81cfdbb5595
parentf29d8bda3eaa900510213902f720e2be78572fe0 (diff)
downloadnextcloud-server-a91ce85fedb30c4f120c30c6d7bc3939f6c65c15.tar.gz
nextcloud-server-a91ce85fedb30c4f120c30c6d7bc3939f6c65c15.zip
: Bigversal
-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'));