diff --git a/scipost_django/scipost/templates/scipost/personal_page/_hx_tablist.html b/scipost_django/scipost/templates/scipost/personal_page/_hx_tablist.html
index 64904378efc20c396802b301c908e68e354c55b4..5aa5ba1fe3bec4dba1e3b1e7bb1944438ebf8585 100644
--- a/scipost_django/scipost/templates/scipost/personal_page/_hx_tablist.html
+++ b/scipost_django/scipost/templates/scipost/personal_page/_hx_tablist.html
@@ -15,7 +15,7 @@
     <a hx-get="{% url 'scipost:personal_page_hx_edadmin' %}"
        {% if selected == 'edadmin' %}class="selected"{% endif %}
     >
-      EdAdmin
+      Editorial Actions
     </a>
   {% endif %}
   {% if perms.scipost.can_referee %}