summaryrefslogtreecommitdiffstats
path: root/core/src/OC
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/OC')
-rw-r--r--core/src/OC/msg.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/OC/msg.js b/core/src/OC/msg.js
index 744bd795b6c..d23c1645c65 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…'))
},
/**