From a8bb7dd88498f9fafa604557d0ecd81ff824f9cd Mon Sep 17 00:00:00 2001 From: rpnykanen Date: Wed, 16 Oct 2024 10:29:11 +0300 Subject: [PATCH] wrong translation --- .../custom/helfi_kasko_content/helfi_kasko_content.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/modules/custom/helfi_kasko_content/helfi_kasko_content.module b/public/modules/custom/helfi_kasko_content/helfi_kasko_content.module index 286b7142..3bb8338c 100644 --- a/public/modules/custom/helfi_kasko_content/helfi_kasko_content.module +++ b/public/modules/custom/helfi_kasko_content/helfi_kasko_content.module @@ -387,7 +387,7 @@ function _helfi_kasko_content_announcement_exception(array &$form): void { // Set unit pages selection required (Toimipistesivu). $form['field_announcement_unit_pages']['widget']['#required'] = TRUE; - $info = t('Add the school you want to show the announcement. This field is required.'); + $info = t('Add the school you want to create the announcement for. This field is required.'); $form['field_announcement_unit_pages']['widget']['#description'] = $info; // Prevent creating a site wide announcement.