From 46b4d46e56c7da8928380c805cffc5f6b0626e59 Mon Sep 17 00:00:00 2001 From: Julian Mondragon Date: Thu, 3 Nov 2022 12:16:20 -0500 Subject: [PATCH] MM-39720_Invite People - phase 1 intl character --- .../channel_list/categories_list/header/plus_menu/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/screens/home/channel_list/categories_list/header/plus_menu/index.tsx b/app/screens/home/channel_list/categories_list/header/plus_menu/index.tsx index 4bf2481bb..4fabba5a9 100644 --- a/app/screens/home/channel_list/categories_list/header/plus_menu/index.tsx +++ b/app/screens/home/channel_list/categories_list/header/plus_menu/index.tsx @@ -62,7 +62,7 @@ const PlusMenuList = ({canCreateChannels, canJoinChannels, canInvitePeople, disp const url = `${serverUrl}/signup_user_complete/?id=${inviteId}`; const title = intl.formatMessage({id: 'invite_people_to_team.title', defaultMessage: 'Join the {team} team'}, {team: displayName}); - const message = intl.formatMessage({id: 'invite_people_to_team.message', defaultMessage: 'Here´s a link to collaborate and communicate with us on Mattermost.'}); + const message = intl.formatMessage({id: 'invite_people_to_team.message', defaultMessage: 'Here’s a link to collaborate and communicate with us on Mattermost.'}); const icon = 'data:/;base64,'; const options: ShareOptions = Platform.select({