From 7d94ada5e58659eabe65eb13dc0f1392ae2df231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Kalij=C3=A4rvi?= Date: Wed, 5 Feb 2025 14:46:30 +0200 Subject: [PATCH] Update HelfiChart.php --- modules/helfi_media_chart/src/Entity/HelfiChart.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/helfi_media_chart/src/Entity/HelfiChart.php b/modules/helfi_media_chart/src/Entity/HelfiChart.php index 56870c9c6..37dccf21c 100644 --- a/modules/helfi_media_chart/src/Entity/HelfiChart.php +++ b/modules/helfi_media_chart/src/Entity/HelfiChart.php @@ -29,10 +29,10 @@ public function getServiceUrl(): string { } /** - * Get the title of map. + * Get the title of chart. * * @return string|null - * The title of the map. + * The title of the chart. * * @throws \Drupal\Core\TypedData\Exception\MissingDataException */