Skip to content

Commit 82f033b

Browse files
authored
corr. template
1 parent 2b8b10c commit 82f033b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/email-templates/campaign-status.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h2>{{ L.Ts "email.status.campaignUpdateTitle" }}</h2>
44
<table width="100%">
55
<tr>
6-
<td width="30%"><strong>{{ L.Ts "globa.L.Terms.campaign" }}</strong></td>
6+
<td width="30%"><strong>{{ L.Ts "global.terms.campaign" }}</strong></td>
77
<td><a href="{{ index . "RootURL" }}/campaigns/{{ index . "ID" }}">{{ index . "Name" }}</a></td>
88
</tr>
99
<tr>
@@ -22,4 +22,4 @@ <h2>{{ L.Ts "email.status.campaignUpdateTitle" }}</h2>
2222
{{ end }}
2323
</table>
2424
{{ template "footer" }}
25-
{{ end }}
25+
{{ end }}

0 commit comments

Comments
 (0)