From 0ed088e2c28c94d06b6403c629b14ec27ce19aca Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bonicoli Date: Sun, 26 Nov 2023 02:13:39 +0100 Subject: [PATCH] Import du template mail/auth/activate.tmpl@1.21.0 --- templates/mail/auth/activate.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/mail/auth/activate.tmpl b/templates/mail/auth/activate.tmpl index ab1d2b9..a15afe3 100644 --- a/templates/mail/auth/activate.tmpl +++ b/templates/mail/auth/activate.tmpl @@ -3,15 +3,15 @@ - {{.DisplayName|DotEscape}}, veuillez activer votre compte + {{.locale.Tr "mail.activate_account.title" (.DisplayName|DotEscape)}} {{$activate_url := printf "%suser/activate?code=%s" AppUrl (QueryEscape .Code)}} -

Bonjour {{.DisplayName|DotEscape}}, merci pour votre inscription à {{AppName}} !

-

Veuillez cliquer sur le lien suivant pour activer votre compte avant {{.ActiveCodeLives}} :

-

{{$activate_url}}

-

Un problème ? Essayez en copiant/collant le lien dans votre navigateur web.

+

{{.locale.Tr "mail.activate_account.text_1" (.DisplayName|DotEscape) AppName | Str2html}}


+

{{.locale.Tr "mail.activate_account.text_2" .ActiveCodeLives | Str2html}}

{{$activate_url}}


+

{{.locale.Tr "mail.link_not_working_do_paste"}}

+

© {{AppName}}