diff --git a/client/coral-plugin-flags/FlagButton.js b/client/coral-plugin-flags/FlagButton.js index 920b6b71e..70e167e2b 100644 --- a/client/coral-plugin-flags/FlagButton.js +++ b/client/coral-plugin-flags/FlagButton.js @@ -57,7 +57,7 @@ class FlagButton extends Component { header: lang.t('step-1-header'), options: [ {val: 'user', text: lang.t('flag-username')}, - {val: 'comments', text: lang.t('flag-comment')}, + {val: 'comments', text: lang.t('flag-comment')} ], button: lang.t('continue'), sets: 'itemType' @@ -69,13 +69,13 @@ class FlagButton extends Component { {val: 'I don\'t agree with this comment', text: lang.t('no-agree-comment')}, {val: 'This comment is offensive', text: lang.t('comment-offensive')}, {val: 'This comment reveals personally identifiable infomration', text: lang.t('personal-info')}, - {val: 'other', text: lang.t('other')}, + {val: 'other', text: lang.t('other')} ] : [ {val: 'This username is offensive', text: lang.t('username-offensive')}, {val: 'I don\'t like this username', text: lang.t('no-like-username')}, {val: 'This looks like an ad/marketing', text: lang.t('marketing')}, - {val: 'other', text: lang.t('other')}, + {val: 'other', text: lang.t('other')} ]; return { header: lang.t('step-2-header'),