mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Swap 'group' and 'permission' to be consistent with other strings
This commit is contained in:
parent
7fc28b2203
commit
444de7646d
3 changed files with 4 additions and 4 deletions
|
@ -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",
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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'}}
|
||||
|
|
Loading…
Reference in a new issue