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 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
fibble authored Aug 12, 2024
1 parent 68eb681 commit d6abcac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
<p>Dear operator,</p>
<?php echo $this->translate('email.inbox-reminder-continuation-html.body'); ?>

<p>We have sent an e-mail to you recently advising that a document relating to your Operator&rsquo;s
Licence continuation for <?php echo $this->escapeHtml($this->licNo) . ' ' . $this->escapeHtml($this->operatorName); ?>
has been placed in your Operator Self Service inbox.</p>

<p>We note that this has not yet been read. Please log on to view the correspondence as soon as possible.</p>

<p>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.</p>

<p><b>Failure to return the document will result in the termination of your operator licence.</b></p>
<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 d6abcac

Please sign in to comment.