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
description: 'Libraries AuthZ assign a new role to a user button title',
38
+
'library.authz.team.remove.user.modal.title': {
39
+
id: 'library.authz.team.remove.user.modal.title',
40
+
defaultMessage: 'Remove role?',
41
+
description: 'Libraries team management remove user modal title',
42
+
},
43
+
'library.authz.team.remove.user.modal.body.1': {
44
+
id: 'library.authz.team.remove.user.modal.body',
45
+
defaultMessage: 'Are you sure you want to remove the {role} role from the user “{userName}” in the library {scope}?',
46
+
description: 'Libraries team management remove user modal body',
47
+
},
48
+
'library.authz.team.remove.user.modal.body.2': {
49
+
id: 'library.authz.team.remove.user.modal.body',
50
+
defaultMessage: "This is the user's only role in this library. Removing it will revoke their access completely, and they will no longer appear in the library's member List.",
51
+
description: 'Libraries team management remove user modal body',
52
+
},
53
+
'library.authz.team.remove.user.modal.body.3': {
54
+
id: 'library.authz.team.remove.user.modal.body',
55
+
defaultMessage: 'Are you sure you want to proceed?',
56
+
description: 'Libraries team management remove user modal body',
0 commit comments