Skip to content
Snippets Groups Projects
Commit 182a253e authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-4208: updating wording for unpublish/publish form

parent d07ee981
No related branches found
No related tags found
1 merge request!19Feature/istwcms 4208 ebremner unpublishing
......@@ -90,7 +90,7 @@ class UwContentModerationForm extends ConfirmFormBase {
$form['description']['#markup'] = $this->t('Are you sure that you want to unpublish the live revision of this content?');
}
else {
$form['description']['#markup'] = $this->t('Are you sure that you want to unpublish the live revision of this content?');
$form['description']['#markup'] = $this->t('Are you sure that you want to publish the live revision of this content?');
}
return $form;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment