summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-10-25 00:07:17 +0200
committerGitHub <noreply@github.com>2017-10-25 00:07:17 +0200
commit5d84daa167ca7d631175f54fc949d3f78e854978 (patch)
tree602ed1864db6293f9902e62baf1efd0dd8c57a51 /apps
parenta82b56b1c7146ddb3085f3e03e18be4700d95a0e (diff)
parentdc823043e0adc35d3d24cda11f77f898d92fe1e4 (diff)
downloadnextcloud-server-5d84daa167ca7d631175f54fc949d3f78e854978.tar.gz
nextcloud-server-5d84daa167ca7d631175f54fc949d3f78e854978.zip
Merge pull request #6936 from nextcloud/master-6935
Fix typo
Diffstat (limited to 'apps')
-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 46bd9351e39..761a67be6a2 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>