1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#6732: Change “Update” button to “Save”

This commit is contained in:
checktheroads
2021-05-07 17:02:22 -07:00
parent 616a598940
commit 22e484edd4
5 changed files with 7 additions and 7 deletions

View File

@@ -56,7 +56,7 @@
<a class="btn btn-outline-danger" href="{{ return_url }}">Cancel</a>
{% if obj.pk %}
<button type="submit" name="_update" class="btn btn-primary">
Update
Save
</button>
{% else %}
<button type="submit" name="_addanother" class="btn btn-outline-primary">