Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
feat: change continuation email body to use a translation key
Browse files Browse the repository at this point in the history
  • Loading branch information
fibble committed Aug 8, 2024
1 parent cf4f7f6 commit d489159
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p>Dear operator,</p>
<?php echo $this->translate('email.inbox-reminder-continuation-html.body'); ?>

<?php echo $this->translate('email.inbox-reminder-continuation.body'); ?>
<p>Licence: <?php echo $this->escapeHtml($this->licNo) . ' ' . $this->escapeHtml($this->operatorName); ?></p>

<p>
<a href="<?php echo $this->escapeHtml($this->url); ?>">Sign in to your account</a>
Expand Down
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; ?>.

0 comments on commit d489159

Please sign in to comment.