diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-02-07 19:53:50 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-02-08 19:03:02 -0800 |
commit | 02d29c2be8e26f602c4398a5011be3e440b9d2e7 (patch) | |
tree | 2f60028ee05451d882b3eed399582bcb1dc1dca6 /python | |
parent | c0d8d0ea8b6138c0d738ca61121aac6c7ccb8ed9 (diff) | |
download | fatcat-02d29c2be8e26f602c4398a5011be3e440b9d2e7.tar.gz fatcat-02d29c2be8e26f602c4398a5011be3e440b9d2e7.zip |
editing: correct button/form names
Diffstat (limited to 'python')
-rw-r--r-- | python/fatcat_web/templates/entity_delete.html | 2 | ||||
-rw-r--r-- | python/fatcat_web/templates/entity_edit_toml.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat_web/templates/entity_delete.html b/python/fatcat_web/templates/entity_delete.html index 98b6b8e6..80568a3e 100644 --- a/python/fatcat_web/templates/entity_delete.html +++ b/python/fatcat_web/templates/entity_delete.html @@ -29,7 +29,7 @@ {% block edit_form_suffix %} <br><br> - <input class="ui primary submit button" type="submit" value="Update Release!"> + <input class="ui primary submit button" type="submit" value="Delete Entity!"> <p> <i>Deletion will be part of the current editgroup, which needs to be submitted and approved before the change is included in the catalog.</i> diff --git a/python/fatcat_web/templates/entity_edit_toml.html b/python/fatcat_web/templates/entity_edit_toml.html index 6e99c402..3980d6e4 100644 --- a/python/fatcat_web/templates/entity_edit_toml.html +++ b/python/fatcat_web/templates/entity_edit_toml.html @@ -31,7 +31,7 @@ {% block edit_form_suffix %} <br><br> - <input class="ui primary submit button" type="submit" value="Update Release!"> + <input class="ui primary submit button" type="submit" value="Update Entity!"> <p> <i>Edit will be part of the current editgroup, which needs to be submitted and approved before the change is included in the catalog.</i> |