Skip to content

Commit

Permalink
Fixing placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Apr 6, 2020
1 parent bd1f82d commit 1469436
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const GrowthRateAgg = props => {
>
<EuiComboBox
placeholder={i18n.translate('visTypeTimeseries.growthRate.unitSelectPlaceholder', {
defaultMessage: 'Select unit...',
defaultMessage: 'Select scale...',
})}
options={UNIT_OPTIONS}
onChange={handleSelectChange('unit')}
Expand Down

0 comments on commit 1469436

Please sign in to comment.