diff --git a/snikket_web/templates/admin_edit_circle.html b/snikket_web/templates/admin_edit_circle.html
index c000e84..ec26fd1 100644
--- a/snikket_web/templates/admin_edit_circle.html
+++ b/snikket_web/templates/admin_edit_circle.html
@@ -41,7 +41,7 @@
{%- call standard_button("back", url_for(".circles"), class="secondary") -%}
- {% trans %}Back{% endtrans %}
+ {% trans %}Return to circle list{% endtrans %}
{%- endcall -%}
{%- call form_button("done", form.action_save, class="primary") %}{% endcall -%}
diff --git a/snikket_web/templates/admin_edit_invite.html b/snikket_web/templates/admin_edit_invite.html
index ddcfd7d..4da7ea0 100644
--- a/snikket_web/templates/admin_edit_invite.html
+++ b/snikket_web/templates/admin_edit_invite.html
@@ -46,7 +46,7 @@
{%- call form_button("remove_link", form.action_revoke, class="secondary danger") %}{% endcall -%}
{%- call standard_button("back", url_for(".invitations"), class="primary") %}
- {% trans %}Back{% endtrans %}
+ {% trans %}Return to invitation list{% endtrans %}
{%- endcall %}
diff --git a/snikket_web/translations/messages.pot b/snikket_web/translations/messages.pot
index ab753de..a11d590 100644
--- a/snikket_web/translations/messages.pot
+++ b/snikket_web/translations/messages.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2021-03-20 16:44+0100\n"
+"POT-Creation-Date: 2021-03-22 15:08+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -485,8 +485,6 @@ msgid ""
msgstr ""
#: snikket_web/templates/admin_delete_user.html:19
-#: snikket_web/templates/admin_edit_circle.html:44
-#: snikket_web/templates/admin_edit_invite.html:49
#: snikket_web/templates/admin_reset_user_password.html:25
#: snikket_web/templates/user_logout.html:10
#: snikket_web/templates/user_passwd.html:27
@@ -522,6 +520,10 @@ msgstr ""
msgid "This circle has no group chat associated."
msgstr ""
+#: snikket_web/templates/admin_edit_circle.html:44
+msgid "Return to circle list"
+msgstr ""
+
#: snikket_web/templates/admin_edit_circle.html:48
msgid "Delete circle"
msgstr ""
@@ -604,6 +606,10 @@ msgstr ""
msgid "Created"
msgstr ""
+#: snikket_web/templates/admin_edit_invite.html:49
+msgid "Return to invitation list"
+msgstr ""
+
#: snikket_web/templates/admin_home.html:4
msgid "Welcome to the admin panel!"
msgstr ""