Skip to content

Commit

Permalink
[TM-1284] change subject to reminder notification (#471)
Browse files Browse the repository at this point in the history
* [TM-1284] change subject to reminder notification

* [TM-1284] change title to notification
  • Loading branch information
LimberHope authored Sep 19, 2024
1 parent 4ad30f0 commit 7fd861e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/seeders/LocalizationKeysTableSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br><br>
If you have any questions, please reach out to your project manager or to info@terramatch.org.<br><br>{feedback}');

Expand Down

0 comments on commit 7fd861e

Please sign in to comment.