From 182a253eef5a10dd78d0d8ab876876633e8d25af Mon Sep 17 00:00:00 2001 From: ebremner <ebremner@uwaterloo.ca> Date: Mon, 25 Jan 2021 10:54:33 -0500 Subject: [PATCH] ISTWCMS-4208: updating wording for unpublish/publish form --- src/Form/UwContentModerationForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Form/UwContentModerationForm.php b/src/Form/UwContentModerationForm.php index d87f6595..05761ccf 100644 --- a/src/Form/UwContentModerationForm.php +++ b/src/Form/UwContentModerationForm.php @@ -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; -- GitLab