Update admin.js

Fixed triple dot (changed to ellipsis)
This commit is contained in:
rakekniven 2017-12-11 16:08:39 +01:00 committed by GitHub
parent 846613798e
commit 18350d9faf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,