diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-24 15:44:02 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-24 15:44:02 -0800 |
commit | a2f2a9b250bb845f12d34d6892f1d7d0a50c3b7b (patch) | |
tree | b67b4e27d66508cd6aa46d1ccff92ff2cc8b2147 /python/fatcat_web/templates/container_edit.html | |
parent | 802bad86a61cb0d92c83d9114844a54a83e83b94 (diff) | |
download | fatcat-a2f2a9b250bb845f12d34d6892f1d7d0a50c3b7b.tar.gz fatcat-a2f2a9b250bb845f12d34d6892f1d7d0a50c3b7b.zip |
codespell fixes in web interface templates
Diffstat (limited to 'python/fatcat_web/templates/container_edit.html')
-rw-r--r-- | python/fatcat_web/templates/container_edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/container_edit.html b/python/fatcat_web/templates/container_edit.html index 1885197c..1c6f32e4 100644 --- a/python/fatcat_web/templates/container_edit.html +++ b/python/fatcat_web/templates/container_edit.html @@ -70,7 +70,7 @@ <br><br> <input class="ui primary submit button" type="submit" value="Update Container!"> <p> - <i>Edit will be part of the current editgroup, which needs to be submited and + <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> </form> </div> |