summaryrefslogtreecommitdiffstats
path: root/apps/files/templates/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/templates/list.php')
-rw-r--r--apps/files/templates/list.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php
index f3b6759644c..46bd9351e39 100644
--- a/apps/files/templates/list.php
+++ b/apps/files/templates/list.php
@@ -4,7 +4,9 @@
<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>
</div>
- <input type="button" class="stop icon-close" style="display:none" value="" />
+ <button class="stop icon-close" style="display:none">
+ <span class="hidden-visually"><?php p($l->t('Cancel upload')) ?></span>
+ </button>
</div>
</div>
<div id="file_action_panel"></div>