diff options
Diffstat (limited to 'python/fatcat_web/templates/editor_view.html')
-rw-r--r-- | python/fatcat_web/templates/editor_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/editor_view.html b/python/fatcat_web/templates/editor_view.html index 4d94ceaf..000922c0 100644 --- a/python/fatcat_web/templates/editor_view.html +++ b/python/fatcat_web/templates/editor_view.html @@ -7,6 +7,6 @@ </div> </h1> -<p><b><a href="/editor/{{ editor.editor_id }}/editgroups">View editor's editgroups</a></b> +<p><b><a href="/editor/{{ editor.editor_id }}/editgroups">Edit History</a></b> {% endblock %} |