diff --git a/client/components/UI/constants.js b/client/components/UI/constants.js index a20c11c8b..d446b93e4 100644 --- a/client/components/UI/constants.js +++ b/client/components/UI/constants.js @@ -25,5 +25,8 @@ export const ICON_COLORS = { DEFAULT: false, }; -export const TOOLTIPS = {postedState: gettext('Posted')}; +export const TOOLTIPS = { + postedState: gettext('Posted'), + notForPublication: gettext('Not For Publication'), +};