Skip to content

Commit

Permalink
Merge pull request bigbluebutton#21169 from Scroody/30-fix-trailing-s…
Browse files Browse the repository at this point in the history
…ign-dial

Fix: Conference PIN (phone dial-in) doesn't show the needed pound sign in popup (port to 30)
  • Loading branch information
ramonlsouza authored Sep 12, 2024
2 parents 764d9c0 + abe0b96 commit b761dac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class AudioDial extends React.PureComponent {
<Styled.ConferenceText>
{intl.formatMessage(intlMessages.audioDialConfrenceText)}
</Styled.ConferenceText>
<Styled.Telvoice>{formattedTelVoice}</Styled.Telvoice>
<Styled.Telvoice>{`${formattedTelVoice} #`}</Styled.Telvoice>
<Styled.TipBox>
<Styled.TipIndicator>
{`${intl.formatMessage(intlMessages.tipIndicator)}: `}
Expand Down

0 comments on commit b761dac

Please sign in to comment.