diff --git a/core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php b/core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php
index 3793b315bd3ac83c19373bb7127e144018cdb219..4fe502c8c2e6ae7dcdf2382fbdfb1f7d4678cafe 100644
--- a/core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php
+++ b/core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php
@@ -341,6 +341,7 @@ protected function importPages() {
    */
   protected function importBlockContent() {
     $module_path = $this->moduleHandler->getModule('demo_umami_content')->getPath();
+    $copyright_message = '© ' . date("Y") . ' Terms & Conditions';
     $block_content_entities = [
       'umami_home_banner' => [
         'uuid' => '9aadf4a1-ded6-4017-a10d-a5e043396edf',
@@ -397,7 +398,7 @@ protected function importBlockContent() {
           'format' => 'basic_html',
         ],
         'field_copyright' => [
-          'value' => '© 2018 Terms & Conditions',
+          'value' => $copyright_message,
           'format' => 'basic_html',
         ],
       ],