Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
fix setting for minimum visits for publisher relevancy
Browse files Browse the repository at this point in the history
close #10439
Auditors: @bsclifton, @luixxiul
  • Loading branch information
cezaraugusto committed Aug 11, 2017
1 parent 07c6cd9 commit df1e9b3
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 df1e9b3

Please sign in to comment.