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:
Nicolas F 2017-05-30 19:14:56 +02:00 committed by Alex Ingram
parent ae30e9c95c
commit e564b3ee19
1 changed files with 1 additions and 1 deletions

View File

@ -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>