Skip to content

Commit

Permalink
Fix typo in the mail
Browse files Browse the repository at this point in the history
  • Loading branch information
airelawaleria committed Jul 15, 2023
1 parent 4deb00f commit 9970c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/main/java/prompt/ls1/service/MailingService.java
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ public void sendCoachApplicationAcceptanceEmail(final Student student,
<table align="left" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><strong>iPraktikum&nbsp;%s APM&nbsp;Accept</strong></td>
<td><strong>iPraktikum %s APM Accept</strong></td>
</tr>
<tr>
<td>&nbsp;</td>
Expand Down Expand Up @@ -453,7 +453,7 @@ public void sendTutorApplicationAcceptanceEmail(final Student student,
<table align="left" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><strong>Teaching iOD&nbsp;%s &nbsp;Accept</strong></td>
<td><strong>Teaching iOS %s Accept</strong></td>
</tr>
<tr>
<td>&nbsp;</td>
Expand Down

0 comments on commit 9970c88

Please sign in to comment.