Skip to content

Commit

Permalink
[ML] (Accessibility) "Analyzing Data" should announce (#32472) (#32649)
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 Mar 7, 2019
1 parent e935c02 commit 200769f
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 200769f

Please sign in to comment.