Update play audio prompt on autoplay modal view

This commit is contained in:
prlanzarin 2019-08-14 19:15:11 +00:00
parent 42b651a1c6
commit 982ab3631d
2 changed files with 8 additions and 5 deletions

View File

@ -4,14 +4,15 @@ import Button from '/imports/ui/components/button/component';
import { defineMessages, intlShape, injectIntl } from 'react-intl';
import { styles } from './styles';
const intlMessages = defineMessages({
confirmLabel: {
id: 'app.audioModal.yes',
description: 'Hear yourself yes',
id: 'app.audioModal.playAudio',
description: 'Play audio prompt for autoplay',
},
confirmAriaLabel: {
id: 'app.audioModal.yes.arialabel',
description: 'provides better context for yes btn label',
id: 'app.audioModal.playAudio.arialabel',
description: 'Provides better context for play audio prompt btn label',
},
});

View File

@ -409,7 +409,9 @@
"app.audioModal.audioDialTitle": "Join using your phone",
"app.audioDial.audioDialDescription": "Dial",
"app.audioDial.audioDialConfrenceText": "and enter the conference PIN number:",
"app.audioModal.autoplayBlockedDesc": "We need your permission to play audio. Do you accept?",
"app.audioModal.autoplayBlockedDesc": "We need your permission to play audio.",
"app.audioModal.playAudio": "Play audio",
"app.audioModal.playAudio.arialabel" : "Play audio",
"app.audioDial.tipIndicator": "Tip",
"app.audioDial.tipMessage": "Press the '0' key on your phone to mute/unmute yourself.",
"app.audioModal.connecting": "Connecting",