l10n: Triple dot to ellipsis
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
This commit is contained in:
parent
889fbcb006
commit
69eb2bc56b
1 changed files with 1 additions and 1 deletions
|
@ -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…'))
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue