Skip to content

Commit

Permalink
Merge branch 'main' into fix/fe/FSADT1-1135
Browse files Browse the repository at this point in the history
  • Loading branch information
mamartinezmejia authored Jan 16, 2024
2 parents 8fe5d41 + 6353622 commit 10c5b05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/src/main/resources/templates/approval.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
<p>
An application for a client number for <b>${business.name}</b> has been approved.
</p>
<div>&nbsp;</div>
<p>
The client number is ${business.clientNumber}.
The client number is ${business.clientNumber}. Be sure to keep it for your records.
</p>
<div>&nbsp;</div>

Expand Down
2 changes: 2 additions & 0 deletions backend/src/main/resources/templates/registration.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
<p>
We’ve received your application for a client number for <b>${business.name}</b>.
</p>
<div>&nbsp;</div>

<p>We’ll email your client number once we confirm the information
you provided.</p>
<div>&nbsp;</div>
Expand Down

0 comments on commit 10c5b05

Please sign in to comment.