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: 'Showing {pageSize} of {itemCount} users.',
17
17
description: 'Message displayed when the user reaches the applied filters limit',
18
18
},
19
+
'authz.team.remove.user.modal.title': {
20
+
id: 'authz.team.remove.user.modal.title',
21
+
defaultMessage: 'Remove role?',
22
+
description: 'AuthZ team management remove user modal title',
23
+
},
24
+
'authz.manage.cancel.button': {
25
+
id: 'authz.manage.cancel.button',
26
+
defaultMessage: 'Cancel',
27
+
description: 'AuthZ cancel button title',
28
+
},
29
+
'authz.manage.remove.button': {
30
+
id: 'authz.manage.remove.button',
31
+
defaultMessage: 'Remove',
32
+
description: 'AuthZ remove button title',
33
+
},
34
+
'authz.manage.removing.button': {
35
+
id: 'authz.manage.removing.button',
36
+
defaultMessage: 'Removing...',
37
+
description: 'AuthZ removing button title',
38
+
},
39
+
'authz.team.remove.user.modal.body.1': {
40
+
id: 'authz.team.remove.user.modal.body.1',
41
+
defaultMessage: 'Are you sure you want to remove the {role} role from the user “{userName}” in the scope {scope}?',
42
+
description: 'AuthZ team management remove user modal body',
43
+
},
44
+
'authz.team.remove.user.modal.body.2': {
45
+
id: 'authz.team.remove.user.modal.body.2',
46
+
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.",
47
+
description: 'AuthZ team management remove user modal body',
48
+
},
49
+
'authz.team.remove.user.modal.body.3': {
50
+
id: 'authz.team.remove.user.modal.body.3',
51
+
defaultMessage: 'Are you sure you want to proceed?',
52
+
description: 'AuthZ team management remove user modal body',
0 commit comments