Skip to content

Commit

Permalink
Break the invite message
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Nov 23, 2022
1 parent dad9f1e commit ab7e862
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/react-components/room/Tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const onboardingMessages = defineMessages({
},
'tips.desktop.invite': {
id: 'tips.desktop.invite',
defaultMessage: 'Use the {invite} button to share this room'
defaultMessage: 'Use the {invite} button to share {br} this room'
},
'tips.end': {
id: 'tips.end',
Expand Down Expand Up @@ -268,7 +268,8 @@ function onboardingSteps ({ intl, step }) {
params: {
invite: (
<InlineButton icon={<InviteIcon />} text={intl.formatMessage(onboardingMessages['tips.text.invite'])} />
)
),
br: <br />
}
},
navigationBar: {
Expand Down

0 comments on commit ab7e862

Please sign in to comment.