diff --git a/src/Form/UwContentModerationForm.php b/src/Form/UwContentModerationForm.php
index d87f6595fc111be72a4354ac2c256a52d10e186a..05761ccf0b0bbf97c380bbd5912d43d94ec8d474 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;