Skip to content

Commit

Permalink
Merge pull request #291 from UN-OCHA/berliner/HPC-9959
Browse files Browse the repository at this point in the history
HPC-9959: Wording change
  • Loading branch information
berliner authored Dec 12, 2024
2 parents b2364c2 + 7ae3b30 commit f767f3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
]),
],
Expand Down

0 comments on commit f767f3f

Please sign in to comment.