Skip to content

Commit

Permalink
adjust heading levels
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Oct 16, 2019
1 parent 7df981f commit a5ee44d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ class RolesGridPageUI extends Component<Props, State> {
<EuiPageContentHeader>
<EuiPageContentHeaderSection>
<EuiTitle>
<h2>
<h1>
<FormattedMessage
id="xpack.security.management.roles.roleTitle"
defaultMessage="Roles"
/>
</h2>
</h1>
</EuiTitle>
<EuiText color="subdued" size="s">
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ class UsersListPageUI extends Component<Props, State> {
<EuiEmptyPrompt
iconType="securityApp"
title={
<h2>
<h1>
<FormattedMessage
id="xpack.security.management.users.deniedPermissionTitle"
defaultMessage="You need permission to manage users"
/>
</h2>
</h1>
}
body={
<p data-test-subj="permissionDeniedMessage">
Expand Down Expand Up @@ -209,12 +209,12 @@ class UsersListPageUI extends Component<Props, State> {
<EuiPageContentHeader>
<EuiPageContentHeaderSection>
<EuiTitle>
<h2>
<h1>
<FormattedMessage
id="xpack.security.management.users.usersTitle"
defaultMessage="Users"
/>
</h2>
</h1>
</EuiTitle>
</EuiPageContentHeaderSection>
<EuiPageContentHeaderSection>
Expand Down

0 comments on commit a5ee44d

Please sign in to comment.