diff --git a/allianceauth/groupmanagement/templates/groupmanagement/groups.html b/allianceauth/groupmanagement/templates/groupmanagement/groups.html
index d92921c8..f9a2998b 100644
--- a/allianceauth/groupmanagement/templates/groupmanagement/groups.html
+++ b/allianceauth/groupmanagement/templates/groupmanagement/groups.html
@@ -32,9 +32,15 @@ url
{% endif %}
{% elif not g.request %}
-
- {% trans "Request" %}
-
+ {% if g.group.authgroup.open %}
+
+ {% trans "Join" %}
+
+ {% else %}
+
+ {% trans "Request" %}
+
+ {% endif %}
{% else %}