From 7fd861e9c2c0a3836d1203a7e0c7fd76b6a9721a Mon Sep 17 00:00:00 2001
From: Limber Mamani <154026979+LimberHope@users.noreply.github.com>
Date: Thu, 19 Sep 2024 15:17:03 -0400
Subject: [PATCH] [TM-1284] change subject to reminder notification (#471)
* [TM-1284] change subject to reminder notification
* [TM-1284] change title to notification
---
database/seeders/LocalizationKeysTableSeeder.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/database/seeders/LocalizationKeysTableSeeder.php b/database/seeders/LocalizationKeysTableSeeder.php
index a20f5d162..56ab64221 100644
--- a/database/seeders/LocalizationKeysTableSeeder.php
+++ b/database/seeders/LocalizationKeysTableSeeder.php
@@ -298,8 +298,8 @@ public function run(): void
$this->createLocalizationKey('version-rejected.cta', 'View Changes');
// report-reminder
- $this->createLocalizationKey('report-reminder.subject', 'Your {entityTypeName} is Still {entityStatus}');
- $this->createLocalizationKey('report-reminder.title', 'Your {entityTypeName} is Still {entityStatus}');
+ $this->createLocalizationKey('report-reminder.subject', 'Reminder: Your {entityTypeName} Still Needs Your Input');
+ $this->createLocalizationKey('report-reminder.title', 'Reminder: Your {entityTypeName} Still Needs Your Input');
$this->createLocalizationKey('report-reminder.body', 'This is a reminder that your {entityTypeName} still has the status {entityStatus}. Below you will see a note from your project manager about the report.
If you have any questions, please reach out to your project manager or to info@terramatch.org.
{feedback}');