Skip to content

Commit

Permalink
fix: i18n wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnkchan committed Dec 1, 2023
1 parent 6a5940f commit 511454c
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,13 @@ const CardForm = ({
<EuiFlexItem>
<EuiTitle size="xs">
<h2>
<label htmlFor="drilldownVisInput">Select a Destination</label>
<label
htmlFor={i18n.translate('drilldownVisInput', {
defaultMessage: 'Drilldown Visualisation Input',
})}
>
Select a Destination
</label>
</h2>
</EuiTitle>
</EuiFlexItem>
Expand Down

0 comments on commit 511454c

Please sign in to comment.