Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.

Commit

Permalink
Change string to just "Black American" according to feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron committed Mar 12, 2018
1 parent aa0a02d commit 2e8bb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const messages = defineMessages({
journalist: { id: 'wizard.filter.journalist', defaultMessage: 'a journalist' },
adult_content_creator: { id: 'wizard.filter.adult_content_creator', defaultMessage: 'an adult content creator' },
lgbt: { id: 'wizard.filter.lgbt', defaultMessage: 'LGBTQ+' },
poc_aa: { id: 'wizard.filter.poc_aa', defaultMessage: 'interested in Black American issues' },
poc_aa: { id: 'wizard.filter.poc_aa', defaultMessage: 'Black American' },
});

const caretIcon = (
Expand Down

0 comments on commit 2e8bb6f

Please sign in to comment.