diff --git a/client/src/bundles/WorkflowField.js b/client/src/bundles/WorkflowField.js index a5089328..fdedd387 100644 --- a/client/src/bundles/WorkflowField.js +++ b/client/src/bundles/WorkflowField.js @@ -221,13 +221,13 @@ jQuery.entwine('workflow', ($) => { $('#Form_EditForm_action_publish').prev('button').addClass('ui-corner-right'); if (publishDate === '') { - // Has time, not date + // Has time, not date message = i18n.sprintf( i18n._t('Workflow.EMBARGOMESSAGETIME'), publishTime ); } else if (publishTime === '') { - // has date no time + // has date no time message = i18n.sprintf( i18n._t('Workflow.EMBARGOMESSAGEDATE'), publishDate