Skip to content

Commit

Permalink
string changes
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdaemon committed Jul 26, 2022
1 parent 02aa776 commit dc19403
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function BreakdownByEditor({ setState, state }: Props) {
<>
<EuiFormRow
label={i18n.translate('xpack.lens.metric.maxColumns', {
defaultMessage: 'Max columns',
defaultMessage: 'Layout columns',
})}
fullWidth
display="columnCompressed"
Expand Down Expand Up @@ -153,7 +153,7 @@ function MaximumEditor({ setState, state }: Props) {
return (
<EuiFormRow
label={i18n.translate('xpack.lens.metric.progressDirectionLabel', {
defaultMessage: 'Progress bar direction',
defaultMessage: 'Bar direction',
})}
fullWidth
display="columnCompressed"
Expand All @@ -162,7 +162,7 @@ function MaximumEditor({ setState, state }: Props) {
isFullWidth
buttonSize="compressed"
legend={i18n.translate('xpack.lens.metric.progressDirectionLabel', {
defaultMessage: 'Progress bar direction',
defaultMessage: 'Bar direction',
})}
data-test-subj="lnsMetric_progress_direction_buttons"
name="alignment"
Expand Down

0 comments on commit dc19403

Please sign in to comment.