Skip to content
Snippets Groups Projects
Unverified Commit 5c5bcdf1 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #11738 from KDSBrowne/bbb-acc-4

Reduce Audio Modal Heading To H2
parents 0072f2e5 310b7bc9
No related branches found
No related tags found
No related merge requests found
......@@ -558,11 +558,11 @@ class AudioModal extends Component {
{
isIOSChrome ? null
: (
<h3 className={styles.title}>
<h2 className={styles.title}>
{content
? intl.formatMessage(this.contents[content].title)
: intl.formatMessage(intlMessages.audioChoiceLabel)}
</h3>
</h2>
)
}
</header>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment