Skip to content

Commit d3c1d69

Browse files
feat: update not found message
1 parent b81848e commit d3c1d69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/authz-module/libraries-manager/components/AddNewTeamMemberModal

src/authz-module/libraries-manager/components/AddNewTeamMemberModal/messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const messages = defineMessages({
5858
},
5959
'libraries.authz.manage.add.member.failure.not.found': {
6060
id: 'libraries.authz.manage.add.member.failure.not.found',
61-
defaultMessage: '<Bold>We couldn\'t find a user for {count, plural, one {# email address or username} other {# email addresses or usernames}} ({userIds}).</Bold><Br></Br> Please check the values and try again, or invite them to join your organization first.',
61+
defaultMessage: '<Bold>We couldn\'t find a user for {count, plural, one {# email address or username} other {# email addresses or usernames}}.</Bold><Br></Br> Please check the values ({userIds}) and try again, or invite them to join your organization first.',
6262
description: 'Error message in case of user not found when adding new team members',
6363
},
6464
'libraries.authz.manage.add.member.failure.generic': {

0 commit comments

Comments
 (0)