added non-breaking hyphen to ensure real-time doesn't break

This commit is contained in:
Matthew Birtch 2022-11-25 17:02:23 -05:00
parent 3bea41041f
commit b7f6596265

View file

@ -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 realtime'}),
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,
},