You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defaultMessage: 'Permission denied in {roleName} role',
12
12
description: 'Label for denied status of a permission in the permissions table',
13
13
},
14
+
'authz.team.remove.user.modal.title': {
15
+
id: 'authz.team.remove.user.modal.title',
16
+
defaultMessage: 'Remove role?',
17
+
description: 'AuthZ team management remove user modal title',
18
+
},
19
+
'authz.manage.cancel.button': {
20
+
id: 'authz.manage.cancel.button',
21
+
defaultMessage: 'Cancel',
22
+
description: 'AuthZ cancel button title',
23
+
},
24
+
'authz.manage.remove.button': {
25
+
id: 'authz.manage.remove.button',
26
+
defaultMessage: 'Remove',
27
+
description: 'AuthZ remove button title',
28
+
},
29
+
'authz.manage.removing.button': {
30
+
id: 'authz.manage.removing.button',
31
+
defaultMessage: 'Removing...',
32
+
description: 'AuthZ removing button title',
33
+
},
34
+
'authz.team.remove.user.modal.body.1': {
35
+
id: 'authz.team.remove.user.modal.body.1',
36
+
defaultMessage: 'Are you sure you want to remove the {role} role from the user “{userName}” in the scope {scope}?',
37
+
description: 'AuthZ team management remove user modal body',
38
+
},
39
+
'authz.team.remove.user.modal.body.2': {
40
+
id: 'authz.team.remove.user.modal.body.2',
41
+
defaultMessage: "This is the user's only role in this scope. Removing it will revoke their access completely, and they will no longer appear in the scope's member list.",
42
+
description: 'AuthZ team management remove user modal body',
43
+
},
44
+
'authz.team.remove.user.modal.body.3': {
45
+
id: 'authz.team.remove.user.modal.body.3',
46
+
defaultMessage: 'Are you sure you want to proceed?',
47
+
description: 'AuthZ team management remove user modal body',
0 commit comments