mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 09:19:59 +00:00
Change label of button on edit page
Small nitpick change. "Edit" being the button that saves the edits might be a little confusing, whereas "Save Changes" is less ambiguous and more easily recognised.
This commit is contained in:
parent
ae30e9c95c
commit
e564b3ee19
|
@ -89,7 +89,7 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="form-group col-md-6">
|
||||
<input type="submit" value="Edit" class="btn btn-primary">
|
||||
<input type="submit" value="Save Changes" class="btn btn-primary">
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue