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:
@@ -140,6 +140,7 @@ export const DEMOGRAPHICS_INCOME_OPTIONS = [
|
||||
'10k-25k',
|
||||
'25k-50k',
|
||||
'50k-75k',
|
||||
'75k-100k',
|
||||
'over-100k',
|
||||
'unsure',
|
||||
];
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user