Use strong over b for improved a11y semantics
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -465,7 +465,7 @@ export class EmailIdentityAuthEntry extends React.Component<
|
||||
/>
|
||||
<p>
|
||||
{_t("auth|uia|email", {
|
||||
emailAddress: <b>{this.props.inputs.emailAddress}</b>,
|
||||
emailAddress: <strong>{this.props.inputs.emailAddress}</strong>,
|
||||
})}
|
||||
</p>
|
||||
{this.state.requesting ? (
|
||||
|
||||
Reference in New Issue
Block a user