Skip to content

Commit

Permalink
fix: no need to translate reponses
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunwarman committed May 1, 2024
1 parent 9ead16a commit 87ed1ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions emails/inquiry-response/html.pug
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ block content
.row
.col-12
.card.border-dark.d-block
h1.h5.card-header.text-center= t("Your Help Request")
h1.h5.card-header.text-center= "Your Help Request"
.card-body.p-0
.p-3
.card-text
= t("Hi there, ")
= "Hi there, "
br
br
!= splitLines(response.message).join("<br />")
br
br
= t("Thank you,")
= "Thank you,"
br
br
= "Forward Email"
br
a(href="https://forwardemail.net") https://forwardemail.net
br
br
= t("P.S. Happy with our efforts? Write us a review @ ")
= "P.S. Happy with our efforts? Write us a review @ "
br
a(href="https://www.trustpilot.com/review/forwardemail.net") https://www.trustpilot.com/review/forwardemail.net
.card-footer.text-center.small.text-muted
strong= t("Have attachments?")
strong= "Have attachments?"
= " "
= t("Reply to this email with them.")
= "Reply to this email with them."

0 comments on commit 87ed1ed

Please sign in to comment.