diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-12-13 13:19:10 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-12-13 13:19:10 +0100 |
commit | 89252497c6b0537618c74bfc750931d39c0a7ff7 (patch) | |
tree | adbfee1febdf85c36baecfc69110c939fd337978 /settings/js/apps.js | |
parent | ab3ef8a44a04cbc4d110c898a55572605b048d1a (diff) | |
download | nextcloud-server-89252497c6b0537618c74bfc750931d39c0a7ff7.tar.gz nextcloud-server-89252497c6b0537618c74bfc750931d39c0a7ff7.zip |
fix wording for apps mgmt buttons
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/js/apps.js')
-rw-r--r-- | settings/js/apps.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/apps.js b/settings/js/apps.js index de35cd53672..61d817e43e4 100644 --- a/settings/js/apps.js +++ b/settings/js/apps.js @@ -271,7 +271,7 @@ OC.Settings.Apps = OC.Settings.Apps || { OC.Settings.Apps.hideErrorMessage(appId); groups = groups || []; var appItem = $('div#app-'+appId+''); - element.val(t('settings','Please wait....')); + element.val(t('settings','Enabling app …')); if(active && !groups.length) { $.post(OC.filePath('settings','ajax','disableapp.php'),{appid:appId},function(result) { if(!result || result.status !== 'success') { |