forked from rDrama/rDrama
1
0
Fork 0

"Select File" -> "Select Image"

master
Aevann1 2022-09-09 11:47:14 +02:00
parent 45e49770f5
commit 42ce3b0f80
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<img loading="lazy" id="image-preview" style="max-width:50%">
<label class="btn btn-secondary m-0" for="file-upload">
<div id="filename-show">Select File</div>
<div id="filename-show">Select Image</div>
<input autocomplete="off" id="file-upload" accept="image/*" type="file" name="image" {% if request.headers.get('cf-ipcountry')=="T1" %}disabled{% endif %} hidden>
</label>
</div>