aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2020-02-05 06:32:20 +0100
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-02-05 10:49:19 +0000
commit08fa1f05b5299692338d443fb14521c93d90f37e (patch)
treef45933ea996bca536a5157afa0bd8e8951e0848f /core/src
parente1bc8158134cc606a606343daa843582f0553b18 (diff)
downloadnextcloud-server-08fa1f05b5299692338d443fb14521c93d90f37e.tar.gz
nextcloud-server-08fa1f05b5299692338d443fb14521c93d90f37e.zip
Added space before ellipsis
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'core/src')
-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 …'))
},
/**