aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/templates
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-10-25 09:14:17 +0200
committerGitHub <noreply@github.com>2017-10-25 09:14:17 +0200
commite0c09076deca4bf74457502f6625ad34ecb95965 (patch)
treeca8869defdfb988570ace5b015b1cfa10b152999 /apps/files/templates
parentc85deacddbbf6d8f2818df68708394ee45c970b4 (diff)
parent7d71b547151896276a682ab1c4fe96658023935b (diff)
downloadnextcloud-server-e0c09076deca4bf74457502f6625ad34ecb95965.tar.gz
nextcloud-server-e0c09076deca4bf74457502f6625ad34ecb95965.zip
Merge pull request #6940 from nextcloud/master-6935-ellipsis
Add space between ellipsis and word
Diffstat (limited to 'apps/files/templates')
-rw-r--r--apps/files/templates/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php
index f980081336f..92f64a52a28 100644
--- a/apps/files/templates/list.php
+++ b/apps/files/templates/list.php
@@ -2,7 +2,7 @@
<div class="actions creatable hidden">
<div id="uploadprogresswrapper">
<div id="uploadprogressbar">
- <em class="label outer" style="display:none"><span class="desktop"><?php p($l->t('Uploading…'));?></span><span class="mobile"><?php p($l->t('…'));?></span></em>
+ <em class="label outer" style="display:none"><span class="desktop"><?php p($l->t('Uploading …'));?></span><span class="mobile"><?php p($l->t('…'));?></span></em>
</div>
<button class="stop icon-close" style="display:none">
<span class="hidden-visually"><?php p($l->t('Cancel upload')) ?></span>