Skip to content

Commit

Permalink
fix(frontend/settings): Display "none" instead of "Off" in serach res…
Browse files Browse the repository at this point in the history
…ults settings
  • Loading branch information
saihaj authored and Harjot1Singh committed May 15, 2020
1 parent 0230e8b commit 82979a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/frontend/src/lib/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const OPTIONS = {
type: OPTION_TYPES.dropdown,
privacy: PRIVACY_TYPES.local,
values: [
{ name: 'Off', value: false },
{ name: 'None', value: false },
{ name: 'English', value: LANGUAGES.english },
{ name: 'Spanish', value: LANGUAGES.spanish },
{ name: 'Punjabi', value: LANGUAGES.punjabi },
Expand All @@ -139,7 +139,7 @@ export const OPTIONS = {
type: OPTION_TYPES.dropdown,
privacy: PRIVACY_TYPES.local,
values: [
{ name: 'Off', value: false },
{ name: 'None', value: false },
{ name: 'English', value: LANGUAGES.english },
{ name: 'Hindi', value: LANGUAGES.hindi },
{ name: 'Urdu', value: LANGUAGES.urdu },
Expand Down

0 comments on commit 82979a6

Please sign in to comment.