Skip to content

Commit

Permalink
fix axe failure
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonStoltz committed Nov 9, 2020
1 parent c01d68f commit efdb51e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ export const LogRetentionPanel: React.FC = () => {
return (
<div data-test-subj="LogRetentionPanel">
<EuiTitle size="s">
<h3>
<h2>
{i18n.translate('xpack.enterpriseSearch.appSearch.settings.logRetention.title', {
defaultMessage: 'Log Retention',
})}
</h3>
</h2>
</EuiTitle>
<EuiText>
<p>
Expand Down

0 comments on commit efdb51e

Please sign in to comment.