]> source.dussan.org Git - nextcloud-server.git/commitdiff
: Bigversal 5759/head
authorAllan Nordhøy <epost@anotheragency.no>
Mon, 17 Jul 2017 22:05:01 +0000 (00:05 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Tue, 18 Jul 2017 07:12:37 +0000 (09:12 +0200)
settings/js/apps.js

index 957ad395f94a2cbfac17fa2e49f0e961f9642e19..278c307b1f307087fd1d574b157af1e5cbea3ffa 100644 (file)
@@ -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'));