diff options
author | rakekniven <mark.ziegler@rakekniven.de> | 2020-02-05 06:32:20 +0100 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2020-02-05 10:49:19 +0000 |
commit | 08fa1f05b5299692338d443fb14521c93d90f37e (patch) | |
tree | f45933ea996bca536a5157afa0bd8e8951e0848f /core/src | |
parent | e1bc8158134cc606a606343daa843582f0553b18 (diff) | |
download | nextcloud-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.js | 2 |
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 …')) }, /** |