From adbf46bc8e562b37ea773e7d259be3200ea2fb73 Mon Sep 17 00:00:00 2001
From: George Katsikas <giorgakis.katsikas@gmail.com>
Date: Fri, 1 Mar 2024 16:41:19 +0100
Subject: [PATCH] rename edadmin tab in personal page

---
 .../scipost/templates/scipost/personal_page/_hx_tablist.html    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 64904378e..5aa5ba1fe 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 %}
-- 
GitLab