summaryrefslogtreecommitdiffstats
path: root/core/src/OC/msg.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/OC/msg.js')
-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 d23c1645c65..8f58d415768 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 …'))
},
/**