-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: change continuation email body to use a translation key (dvsa/o…
- Loading branch information
Showing
2 changed files
with
4 additions
and
19 deletions.
There are no files selected for viewing
13 changes: 2 additions & 11 deletions
13
app/api/module/Email/view/email/en_GB/html/email-inbox-reminder-continuation.phtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 2 additions & 8 deletions
10
app/api/module/Email/view/email/en_GB/plain/email-inbox-reminder-continuation.phtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
Dear operator, | ||
<?php echo $this->translate('email.inbox-reminder-continuation-plain.body'); ?> | ||
|
||
We have sent an e-mail to you recently advising that a document relating to your Operator's Licence continuation for <?php echo $this->licNo . ' ' . $this->operatorName; ?> has been placed in your Operator Self Service inbox. | ||
|
||
We note that this has not yet been read. Please log on to view the correspondence as soon as possible. | ||
|
||
Please note that you must print off the continuation document, sign it and return it to the office as soon as possible, highlighting any changes to the details on the document. | ||
|
||
Failure to return the document will result in the termination of your operator licence. | ||
Licence: <?php echo $this->licNo . ' ' . $this->operatorName; ?> | ||
|
||
Sign in to your account at <?php echo $this->url; ?>. |