Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2017-12-11 18:08:39 +0300
committerGitHub <noreply@github.com>2017-12-11 18:08:39 +0300
commit18350d9fafa9c6585dad4a3afdd0baf4d65a28b9 (patch)
tree7edb287248f6dff8bec3da7d8d52912a881617b5 /js/admin.js
parent846613798e5314a009e8eaf83da75ba53c402101 (diff)
Update admin.js
Fixed triple dot (changed to ellipsis)
Diffstat (limited to 'js/admin.js')
-rw-r--r--js/admin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/admin.js b/js/admin.js
index 58ddbd06..ed381f29 100644
--- a/js/admin.js
+++ b/js/admin.js
@@ -64,7 +64,7 @@ var documentsSettings = {
'external_apps': externalAppsData
};
- OC.msg.startAction('#enable-external-apps-section-msg', t('richdocuments', 'Saving...'));
+ OC.msg.startAction('#enable-external-apps-section-msg', t('richdocuments', 'Saving…'));
$.post(
OC.filePath('richdocuments', 'ajax', 'admin.php'),
data,