mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
add alt text to 'Cancel upload' button
This commit is contained in:
@@ -39,7 +39,8 @@
|
||||
<div id="uploadprogresswrapper">
|
||||
<div id="uploadprogressbar"></div>
|
||||
<input type="button" class="stop icon-close"
|
||||
style="display:none" value="" />
|
||||
style="display:none" value=""
|
||||
alt="<?php p($l->t('Cancel upload'))?>" />
|
||||
</div>
|
||||
</div>
|
||||
<div id="file_action_panel"></div>
|
||||
|
||||
Reference in New Issue
Block a user