Skip to content

Commit

Permalink
fix heading levels on account screen
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Oct 16, 2019
1 parent a5ee44d commit a99d236
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class ChangePassword extends Component<Props, {}> {
return (
<EuiDescribedFormGroup
fullWidth
title={<h3>{changePasswordTitle}</h3>}
title={<h2>{changePasswordTitle}</h2>}
description={
<p>
<FormattedMessage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ export const PersonalInfo = (props: Props) => {
<EuiDescribedFormGroup
fullWidth
title={
<h3>
<h2>
<FormattedMessage
id="xpack.security.account.usernameGroupTitle"
defaultMessage="Username and email"
/>
</h3>
</h2>
}
description={
<FormattedMessage
Expand Down

0 comments on commit a99d236

Please sign in to comment.