forked from rDrama/rDrama
1
0
Fork 0

should be "Upload" instead of "Update"

master
Aevann 2023-08-18 22:04:06 +03:00
parent bfa6aa5df4
commit 9f30662bb0
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<form action="{{form_action}}" id="{{id}}-color-code-form" method="post">
<input hidden name="formkey" value="{{v|formkey}}">
<input autocomplete="off" class="form-control" type="text" name="{{form_name}}" id="{{id}}-color-code" minlength="6" maxlength="6" value="{% if current_color %}{{current_color}}{% endif %}">
<label class="btn btn-secondary text-capitalize mr-2 mt-2 mb-0">Update<input type="submit" for="{{id}}-color-code" hidden></label>
<label class="btn btn-secondary text-capitalize mr-2 mt-2 mb-0">Upload<input type="submit" for="{{id}}-color-code" hidden></label>
</form>
</div>
</div>