aboutsummaryrefslogtreecommitdiffstats
path: root/settings/js
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-04-18 18:01:50 -0500
committerGitHub <noreply@github.com>2017-04-18 18:01:50 -0500
commit269600a04f18e025313352d3b2293cc10d3c26fa (patch)
treeea97f5ea1965ea7328ce9a20585a282419e1ecf2 /settings/js
parent34e0b21f418c7dcc5ab346248873a2ae0ec5ba2b (diff)
parent1c0bffe87f578403b130015f8fee5560cc075b34 (diff)
downloadnextcloud-server-269600a04f18e025313352d3b2293cc10d3c26fa.tar.gz
nextcloud-server-269600a04f18e025313352d3b2293cc10d3c26fa.zip
Merge pull request #4369 from nextcloud/fix-translations
Fix translations
Diffstat (limited to 'settings/js')
-rw-r--r--settings/js/apps.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/apps.js b/settings/js/apps.js
index 215b3c2c92e..9a3ff09337d 100644
--- a/settings/js/apps.js
+++ b/settings/js/apps.js
@@ -435,7 +435,7 @@ OC.Settings.Apps = OC.Settings.Apps || {
}
OC.Settings.Apps.hideErrorMessage(appId);
- element.val(t('settings','Uninstalling ....'));
+ element.val(t('settings','Uninstalling …'));
$.post(OC.filePath('settings','ajax','uninstallapp.php'),{appid:appId},function(result) {
if(!result || result.status !== 'success') {
OC.Settings.Apps.showErrorMessage(appId, t('settings','Error while uninstalling app'));