add missing translations footer email change password
This commit is contained in:
parent
c37a54b65b
commit
be16cb6f5e
3 changed files with 7 additions and 1 deletions
|
@ -5,4 +5,5 @@
|
|||
= service.nom
|
||||
- else
|
||||
-# The WORD JOINER unicode entity (⁠) prevents email clients from auto-linking the signature
|
||||
L’équipe #{APPLICATION_NAME.gsub(".","⁠.").html_safe}
|
||||
= t('.team')
|
||||
#{APPLICATION_NAME.gsub(".","⁠.").html_safe}
|
||||
|
|
|
@ -11,3 +11,5 @@ en:
|
|||
by_email: "By email :"
|
||||
by_phone: "By phone :"
|
||||
schedule: "Schedule :"
|
||||
signature:
|
||||
team: "The team"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
fr:
|
||||
layouts:
|
||||
mailers:
|
||||
|
@ -11,3 +12,5 @@ fr:
|
|||
by_email: "Par email :"
|
||||
by_phone: "Par téléphone :"
|
||||
schedule: "Horaires :"
|
||||
signature:
|
||||
team: "L’équipe"
|
||||
|
|
Loading…
Reference in a new issue