mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
refactor(phrases): update the subtitle of the roles page (#2960)
This commit is contained in:
parent
6130a1f8bd
commit
59d9ff4516
8 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
const roles = {
|
||||
title: 'Roles', // UNTRANSLATED
|
||||
subtitle:
|
||||
'Manage user identities including creating users, editing user information, viewing user logs, password resets and deleting users.', // UNTRANSLATED
|
||||
'Roles include permissions that determine what a user can do. RBAC uses roles to give users access to resources and actions.', // UNTRANSLATED
|
||||
create: 'Add Roles', // UNTRANSLATED
|
||||
role_name: 'Role', // UNTRANSLATED
|
||||
role_description: 'Description', // UNTRANSLATED
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
const roles = {
|
||||
title: 'Roles',
|
||||
subtitle:
|
||||
'Manage user identities including creating users, editing user information, viewing user logs, password resets and deleting users.',
|
||||
'Roles include permissions that determine what a user can do. RBAC uses roles to give users access to resources and actions.',
|
||||
create: 'Add Roles',
|
||||
role_name: 'Role',
|
||||
role_description: 'Description',
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
const roles = {
|
||||
title: 'Roles', // UNTRANSLATED
|
||||
subtitle:
|
||||
'Manage user identities including creating users, editing user information, viewing user logs, password resets and deleting users.', // UNTRANSLATED
|
||||
'Roles include permissions that determine what a user can do. RBAC uses roles to give users access to resources and actions.', // UNTRANSLATED
|
||||
create: 'Add Roles', // UNTRANSLATED
|
||||
role_name: 'Role', // UNTRANSLATED
|
||||
role_description: 'Description', // UNTRANSLATED
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
const roles = {
|
||||
title: 'Roles', // UNTRANSLATED
|
||||
subtitle:
|
||||
'Manage user identities including creating users, editing user information, viewing user logs, password resets and deleting users.', // UNTRANSLATED
|
||||
'Roles include permissions that determine what a user can do. RBAC uses roles to give users access to resources and actions.', // UNTRANSLATED
|
||||
create: 'Add Roles', // UNTRANSLATED
|
||||
role_name: 'Role', // UNTRANSLATED
|
||||
role_description: 'Description', // UNTRANSLATED
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
const roles = {
|
||||
title: 'Roles', // UNTRANSLATED
|
||||
subtitle:
|
||||
'Manage user identities including creating users, editing user information, viewing user logs, password resets and deleting users.', // UNTRANSLATED
|
||||
'Roles include permissions that determine what a user can do. RBAC uses roles to give users access to resources and actions.', // UNTRANSLATED
|
||||
create: 'Add Roles', // UNTRANSLATED
|
||||
role_name: 'Role', // UNTRANSLATED
|
||||
role_description: 'Description', // UNTRANSLATED
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
const roles = {
|
||||
title: 'Roles', // UNTRANSLATED
|
||||
subtitle:
|
||||
'Manage user identities including creating users, editing user information, viewing user logs, password resets and deleting users.', // UNTRANSLATED
|
||||
'Roles include permissions that determine what a user can do. RBAC uses roles to give users access to resources and actions.', // UNTRANSLATED
|
||||
create: 'Add Roles', // UNTRANSLATED
|
||||
role_name: 'Role', // UNTRANSLATED
|
||||
role_description: 'Description', // UNTRANSLATED
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
const roles = {
|
||||
title: 'Roles', // UNTRANSLATED
|
||||
subtitle:
|
||||
'Manage user identities including creating users, editing user information, viewing user logs, password resets and deleting users.', // UNTRANSLATED
|
||||
'Roles include permissions that determine what a user can do. RBAC uses roles to give users access to resources and actions.', // UNTRANSLATED
|
||||
create: 'Add Roles', // UNTRANSLATED
|
||||
role_name: 'Role', // UNTRANSLATED
|
||||
role_description: 'Description', // UNTRANSLATED
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
const roles = {
|
||||
title: 'Roles', // UNTRANSLATED
|
||||
subtitle:
|
||||
'Manage user identities including creating users, editing user information, viewing user logs, password resets and deleting users.', // UNTRANSLATED
|
||||
'Roles include permissions that determine what a user can do. RBAC uses roles to give users access to resources and actions.', // UNTRANSLATED
|
||||
create: 'Add Roles', // UNTRANSLATED
|
||||
role_name: 'Role', // UNTRANSLATED
|
||||
role_description: 'Description', // UNTRANSLATED
|
||||
|
|
Loading…
Reference in a new issue