Skip to content

Commit

Permalink
Update src/main/resources/templates/assign-enquiry-notification.html
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Itzenthaler <[email protected]>
  • Loading branch information
tkuzynow and web-mi authored Dec 1, 2023
1 parent 6b528e0 commit 927c141
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1 style='color: #FFFFFF; font-size: 26px; font-weight: bold; line-height: 26px
<div style="color: #3F373F; margin: 16px; font-size: 16px; line-height: 21px; font-family: 'Open Sans', 'OpenSans', 'Arial', 'sans-serif';">
<b><span data-th-text="#{mail.label.dear}"> <span data-th-text="${name_recipient}"></span>,</b>
<br/><br/>
<span data-th-text="${name_sender}"></span> <span data-th-text="#{mail.label.has.assigned.you.new.adviceseeker}"/>
<span data-th-text="${name_sender}"></span> <span data-th-text="#{mail.label.has.assigned.you.new.adviceseeker(${user_name})}"/>
</div>
</td>
</tr>
Expand Down

0 comments on commit 927c141

Please sign in to comment.