Rename the group user count column label from "Members" to "Users".

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-09-17 02:06:55 -04:00
parent 72fc940cd7
commit c4c0d4a007
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
and validation.
- Add method to modify a group's role membership from the group's
view.
- Rename the group user count column label from "Members" to "Users".
2.7.3 (2017-09-11)
==================

View File

@@ -65,7 +65,7 @@ class UserManagementApp(MayanAppConfig):
)
SourceColumn(
source=Group, label=_('Members'), attribute='user_set.count'
source=Group, label=_('Users'), attribute='user_set.count'
)
SourceColumn(