Skip to content

Commit

Permalink
[ML] (Accessibility) "Analyzing Data" should announce (elastic#32472)
Browse files Browse the repository at this point in the history
* [ML] (Accessibility) "Analyzing Data" should announce

* moved aria role to the header tag
  • Loading branch information
PhilippBaranovskiy authored and Filipp Baranovskii committed Mar 7, 2019
1 parent e935c02 commit 1d9a027
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function LoadingPanel() {
>
<div style={{ textAlign: 'center' }}>
<EuiTitle size="s">
<h3>
<h3 role="alert">
<FormattedMessage
id="xpack.ml.fileDatavisualizer.aboutPanel.analyzingDataTitle"
defaultMessage="Analyzing data"
Expand Down

0 comments on commit 1d9a027

Please sign in to comment.