From 9e558354ed63e2faf4a57d1e485b91b628c65c27 Mon Sep 17 00:00:00 2001 From: berliner Date: Thu, 12 Dec 2024 12:36:02 +0100 Subject: [PATCH] HPC-9959: Wording change --- html/modules/custom/ncms_ui/src/Form/ContentBaseFormAlter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/modules/custom/ncms_ui/src/Form/ContentBaseFormAlter.php b/html/modules/custom/ncms_ui/src/Form/ContentBaseFormAlter.php index 1f320051..ee4cfc17 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("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'.", [ + '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 'Not displayed'.", [ '@type' => strtolower($entity->type->entity->label()), ]), ],