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: 'Add new members to this library\'s team and assign them a role to define their permissions.',
62
+
description: 'Description for the add new team member modal',
63
+
},
64
+
'libraries.authz.manage.add.member.success': {
65
+
id: 'libraries.authz.manage.add.member.success',
66
+
defaultMessage: '{count, plural, one {# team member added successfully.} other {# team members added successfully.}}',
67
+
description: 'Success message when adding new team members',
68
+
},
69
+
'libraries.authz.manage.add.member.failure': {
70
+
id: 'libraries.authz.manage.add.member.failure',
71
+
defaultMessage: 'We couldn\'t find a user for {count, plural, one {# email address or username.} other {# email addresses or usernames.}} Please check the email and try again, or invite them to join your organization first.',
72
+
description: 'Error message when adding new team members',
0 commit comments