We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8b10c commit 82f033bCopy full SHA for 82f033b
static/email-templates/campaign-status.html
@@ -3,7 +3,7 @@
3
<h2>{{ L.Ts "email.status.campaignUpdateTitle" }}</h2>
4
<table width="100%">
5
<tr>
6
- <td width="30%"><strong>{{ L.Ts "globa.L.Terms.campaign" }}</strong></td>
+ <td width="30%"><strong>{{ L.Ts "global.terms.campaign" }}</strong></td>
7
<td><a href="{{ index . "RootURL" }}/campaigns/{{ index . "ID" }}">{{ index . "Name" }}</a></td>
8
</tr>
9
@@ -22,4 +22,4 @@ <h2>{{ L.Ts "email.status.campaignUpdateTitle" }}</h2>
22
{{ end }}
23
</table>
24
{{ template "footer" }}
25
-{{ end }}
+{{ end }}
0 commit comments