l10n: Triple dot to ellipsis
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
This commit is contained in:
parent
889fbcb006
commit
69eb2bc56b
|
@ -37,7 +37,7 @@ export default {
|
||||||
* @param {Object} selector Placeholder to display the message in
|
* @param {Object} selector Placeholder to display the message in
|
||||||
*/
|
*/
|
||||||
startSaving: function(selector) {
|
startSaving: function(selector) {
|
||||||
this.startAction(selector, t('core', 'Saving...'))
|
this.startAction(selector, t('core', 'Saving…'))
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue