Skip to content

Commit

Permalink
chore: wraps UI strings with i18n wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnkchan committed Nov 30, 2023
1 parent ea7734c commit 3f59a4c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function DrilldownOptions({ stateParams, setValue }: VisOptionsProps<DrilldownVi
<EuiTitle size="xs">
<h2>
<label
// test
htmlFor={i18n.translate('drilldownVisInput', {
defaultMessage: 'Drilldown visualisation input',
})}
Expand Down

0 comments on commit 3f59a4c

Please sign in to comment.