Skip to content

Commit

Permalink
[SDESK-3801] Fixing the tooltip for not for publication icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayur Dhamanwala committed Jan 15, 2019
1 parent eac6b58 commit 946424e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/components/UI/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
};

0 comments on commit 946424e

Please sign in to comment.