l10n: Triple dot to ellipsis

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
This commit is contained in:
rakekniven 2020-02-04 22:05:09 +01:00 committed by GitHub
parent 889fbcb006
commit 69eb2bc56b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export default {
* @param {Object} selector Placeholder to display the message in
*/
startSaving: function(selector) {
this.startAction(selector, t('core', 'Saving...'))
this.startAction(selector, t('core', 'Saving'))
},
/**