Skip to content

Commit

Permalink
Resolving the a11y heading issue with edit/create user
Browse files Browse the repository at this point in the history
  • Loading branch information
kobelb committed Nov 22, 2019
1 parent f20647a commit e56873a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ class EditUserPageUI extends Component<Props, State> {
<EuiPageContentHeader>
<EuiPageContentHeaderSection>
<EuiTitle>
<h2>
<h1>
{isNewUser ? (
<FormattedMessage
id="xpack.security.management.users.editUser.newUserTitle"
Expand All @@ -387,7 +387,7 @@ class EditUserPageUI extends Component<Props, State> {
values={{ userName: user.username }}
/>
)}
</h2>
</h1>
</EuiTitle>
</EuiPageContentHeaderSection>
{reserved && (
Expand Down

0 comments on commit e56873a

Please sign in to comment.