Merge pull request #21169 from Scroody/30-fix-trailing-sign-dial

Fix: Conference PIN (phone dial-in) doesn't show the needed pound sign in popup (port to 30)
This commit is contained in:
Ramón Souza 2024-09-12 10:13:02 -03:00 committed by GitHub
commit b761dac458
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)}: `}