Skip to content

Commit

Permalink
fix localization issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp committed Sep 29, 2020
1 parent 41794d6 commit d1a772f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ export class Percentiles extends Component {
<EuiFormRow
label={
<FormattedMessage
id="visTypeTimeseries.percentile.percentileAriaLabel"
id="visTypeTimeseries.percentile.percentile"
defaultMessage="Percentile"
/>
}
>
<EuiFieldNumber
aria-label={i18n.translate('visTypeTimeseries.percentile.modeOptions.lineLabel', {
aria-label={i18n.translate('visTypeTimeseries.percentile.percentileAriaLabel', {
defaultMessage: 'Percentile',
})}
placeholder={0}
Expand Down

0 comments on commit d1a772f

Please sign in to comment.