"View users of this group" -> "View users in this group"

A user does not 'use' a group, they belong to it.
pull/6250/head
Matt Westcott 2020-07-21 13:35:41 +01:00
rodzic 90c806110b
commit 6b338acdc6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@
{% block content %}
{% trans "Editing" as editing_str %}
{% trans "View users of this group" as users_str %}
{% trans "View users in this group" as users_str %}
{% url 'wagtailusers_groups:users' group.id as group_users_url %}
{% include "wagtailadmin/shared/header.html" with title=editing_str action_icon="user" action_url=group_users_url action_text=users_str subtitle=group.name icon="group" %}