1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-09-21 16:41:32 +02:00

use new upload button string

This commit is contained in:
Danny Coates 2017-08-15 10:30:19 -07:00
parent 279f6df6f4
commit b429841534
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB

View File

@ -11,7 +11,7 @@
<span id="file-size-msg"><em data-l10n-id="uploadPageSizeMessage"></em></span>
<form method="post" action="upload" enctype="multipart/form-data">
<label for="file-upload" id="browse"
data-l10n-id="uploadPageBrowseButton" class="btn"></label>
data-l10n-id="uploadPageBrowseButton1" class="btn"></label>
<input id="file-upload" type="file" name="fileUploaded" />
</form>
</div>