Swap 'group' and 'permission' to be consistent with other strings

This commit is contained in:
Alexandre Aubin 2019-10-23 21:27:55 +02:00
parent 7fc28b2203
commit 444de7646d
3 changed files with 4 additions and 4 deletions

View file

@ -166,11 +166,11 @@
"group_add_member": "Add a user",
"group_add_permission": "Add a permission",
"group_new": "New group",
"group_manage_permissions": "Manage permissions and groups",
"group_all_users_group_explanation": "Specific group containing all users registered on this instance",
"group_visitors_group_explanation": "Specific group that represents visitors who do not have an account on your yunohost instance",
"group_specific_permissions": "User specific permissions",
"group_permissions": "Groups and permissions",
"groups_and_permissions": "Groups and permissions",
"groups_and_permissions_manage": "Manage groups and permissions",
"permissions": "Permissions",
"home": "Home",
"hook_adminjs_group_configuration": "System configurations",

View file

@ -1,7 +1,7 @@
<div class="btn-breadcrumb">
<a href="#/"><i class="fa-home"></i><span class="sr-only">{{t 'home'}}</span></a>
<a href="#/users">{{t 'users'}}</a>
<a href="#/groups">{{t 'group_permissions'}}</a>
<a href="#/groups">{{t 'groups_and_permissions'}}</a>
</div>
<div class="actions-group">

View file

@ -5,7 +5,7 @@
<div class="actions-group">
<a href="#/groups" class="btn btn-info">
<span class="fa-key-modern"></span> {{t 'group_manage_permissions'}}
<span class="fa-key-modern"></span> {{t 'groups_and_permissions_manage'}}
</a>
<a role="button" href="#/users/create" class="btn btn-success slide">
<span class="fa-plus"></span> {{t 'users_new'}}