diff --git a/html/modules/custom/ncms_ui/src/Form/ContentBaseFormAlter.php b/html/modules/custom/ncms_ui/src/Form/ContentBaseFormAlter.php
index 8efb3b56..1f320051 100644
--- a/html/modules/custom/ncms_ui/src/Form/ContentBaseFormAlter.php
+++ b/html/modules/custom/ncms_ui/src/Form/ContentBaseFormAlter.php
@@ -155,7 +155,7 @@ public function alterForm(&$form, FormStateInterface $form_state) {
'#name' => 'save_and_publish',
'#value' => $this->t('Save and publish'),
'#ajax' => $ajax_confirm + [
- 'confirm_question' => $this->t('This will make this @type publicly available on the API and will automatically create a page for this @type on Humanitarian Action. Are you sure?', [
+ 'confirm_question' => $this->t("Publishing the @type will make it publicly available on the API. It will also create a page for this article on Humanitarian Action, which will be set to 'Non-displayed'.", [
'@type' => strtolower($entity->type->entity->label()),
]),
],