diff --git a/core/src/OC/msg.js b/core/src/OC/msg.js index 744bd795b6..d23c1645c6 100644 --- a/core/src/OC/msg.js +++ b/core/src/OC/msg.js @@ -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…')) }, /**