Skip to content

Commit

Permalink
improve language
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Mar 13, 2019
1 parent dc5a93c commit ab10914
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ export function SettingsPanel(props) {
<EuiFlexItem>

<EuiFormRow
label={i18n.translate('xpack.maps.layerPanel.settingsPanel.minMaxZoomLabel', {
defaultMessage: 'Min and max zoom'
label={i18n.translate('xpack.maps.layerPanel.settingsPanel.visibleZoomLabel', {
defaultMessage: 'Visible zoom range'
})}
>
<ValidatedDualRange
Expand Down

0 comments on commit ab10914

Please sign in to comment.