Skip to content

Commit

Permalink
fix setting for minimum visits for publisher relevancy
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto authored and dfperry5 committed Aug 18, 2017
1 parent 62b3664 commit 8e43e22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class AdvancedSettingsContent extends ImmutableComponent {
<SettingDropdown
data-test-id='visitSelector'
defaultValue={minPublisherVisits || 1}
onChange={changeSetting.bind(null, this.props.onChangeSetting, settings.MINIMUM_VISITS)}>
onChange={changeSetting.bind(null, this.props.onChangeSetting, settings.PAYMENTS_MINIMUM_VISITS)}>
<option data-l10n-id='minimumVisitsLow' value='1' />
<option data-l10n-id='minimumVisitsMedium' value='5' />
<option data-l10n-id='minimumVisitsHigh' value='10' />
Expand Down

0 comments on commit 8e43e22

Please sign in to comment.