Skip to content

Commit

Permalink
feat(be:FSADT1-1400): Changed wording for the approval and rejection … (
Browse files Browse the repository at this point in the history
#1148)

feat(be:FSADT1-1400): Changed wording for the approval and rejection emails
  • Loading branch information
mamartinezmejia authored Sep 11, 2024
1 parent 3e8d20f commit 49033b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/main/resources/templates/approval.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<#if business.districtEmail?has_content>
<p>
If you need to contact us before then please contact the ${business.districtName} at
If you need to contact us, please contact the ${business.districtName} at
<a href="mailto:${business.districtEmail}">${business.districtEmail}.</a>
</p>
<div>&nbsp;</div>
Expand Down
2 changes: 1 addition & 1 deletion backend/src/main/resources/templates/rejection.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<#if business.districtEmail?has_content>
<p>
If you need to contact us before then please contact the ${business.districtName} at
If you need to contact us, please contact the ${business.districtName} at
<a href="mailto:${business.districtEmail}">${business.districtEmail}.</a>
</p>
<div>&nbsp;</div>
Expand Down

0 comments on commit 49033b5

Please sign in to comment.