Skip to content

Commit

Permalink
Fixing i18n label
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Apr 6, 2020
1 parent 1469436 commit e2a0979
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const UNIT_OPTIONS = [
value: '',
},
{
label: i18n.translate('visTypeTimeseries.units.perSecond', {
label: i18n.translate('visTypeTimeseries.units.perMillisecond', {
defaultMessage: 'per millisecond',
}),
value: '1ms',
Expand Down

0 comments on commit e2a0979

Please sign in to comment.