Translate the subject of the email sent with personnal datas (#1193)
This commit is contained in:
parent
2c531eb1d6
commit
80592f60c6
2 changed files with 2 additions and 2 deletions
|
@ -574,7 +574,7 @@ func handleSelfExportSubscriberData(c echo.Context) error {
|
|||
ContentType: app.notifTpls.contentType,
|
||||
From: app.constants.FromEmail,
|
||||
To: []string{data.Email},
|
||||
Subject: "Your data",
|
||||
Subject: app.i18n.Ts("email.data.title"),
|
||||
Body: msg.Bytes(),
|
||||
Attachments: []messenger.Attachment{
|
||||
{
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
</p>
|
||||
|
||||
{{ if .Data.AllowPreferences }}
|
||||
<a href="?manage=true">Manage preferences</a>
|
||||
<a href="?manage=true">{{ L.T "public.managePrefs" }}</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue