From b7f65962653314e199d1b1c40e0504fbf315ad9e Mon Sep 17 00:00:00 2001 From: Matthew Birtch Date: Fri, 25 Nov 2022 17:02:23 -0500 Subject: [PATCH] added non-breaking hyphen to ensure real-time doesn't break --- app/screens/onboarding/slides_data.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/screens/onboarding/slides_data.tsx b/app/screens/onboarding/slides_data.tsx index cfe43efef..574c13619 100644 --- a/app/screens/onboarding/slides_data.tsx +++ b/app/screens/onboarding/slides_data.tsx @@ -59,7 +59,7 @@ const useSalidesData = () => { image: chatSvg, }, { - title: intl.formatMessage({id: 'onboarding.realtime_collaboration', defaultMessage: 'Collaborate in real-time'}), + title: intl.formatMessage({id: 'onboarding.realtime_collaboration', defaultMessage: 'Collaborate in real‑time'}), description: intl.formatMessage({id: 'onboarding.realtime_collaboration_description', defaultMessage: 'Persistent channels, direct messaging, and file sharing works seamlessly so you can stay connected, wherever you are.'}), image: teamCommunicationSvg, },