Merge pull request #290 from edx/jhynes/microba-405_add-missing-income-option

MICROBA-405 | Add missing demographics income option
This commit is contained in:
Justin Hynes
2020-08-11 08:48:23 -04:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ export const DEMOGRAPHICS_INCOME_OPTIONS = [
'10k-25k',
'25k-50k',
'50k-75k',
'75k-100k',
'over-100k',
'unsure',
];

View File

@@ -141,6 +141,11 @@ const messages = defineMessages({
defaultMessage: 'US $50,000 - $75,000',
description: 'The label for the US $50,000 - $75,000 income option.',
},
'account.settings.field.demographics.income.options.75k-100k': {
id: 'account.settings.field.demographics.income.options.75k-100k',
defaultMessage: 'US $75,000 - $100,000',
description: 'The label for the US $75,000 - $100,000 income option.',
},
'account.settings.field.demographics.income.options.over-100k': {
id: 'account.settings.field.demographics.income.options.over-100k',
defaultMessage: 'Over US $100,000',