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:
commit
b761dac458
@ -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)}: `}
|
||||
|
Loading…
Reference in New Issue
Block a user