[AB-73] adding scheduled target date of reminder to reminder notification

This commit is contained in:
Sheldan
2022-10-06 00:11:08 +02:00
parent 34e255b87a
commit 319850ff39
3 changed files with 4 additions and 2 deletions

View File

@@ -1 +1 @@
Scheduled reminder with ID ${id} to remind you of `${reminderText}`.
Scheduled reminder with ID ${id} to remind you of `${reminderText}` at ${reminderTargetDate}.

View File

@@ -1 +1 @@
Scheduled reminder with ID ${id} to remind you of [this](${messageUrl})
Scheduled reminder with ID ${id} to remind you of [this](${messageUrl}) at ${reminderTargetDate}.