diff options
Diffstat (limited to 'app/views/mailer/lost_password_fr.rhtml')
-rw-r--r-- | app/views/mailer/lost_password_fr.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/lost_password_fr.rhtml b/app/views/mailer/lost_password_fr.rhtml index 30996f118..18b6bf6ae 100644 --- a/app/views/mailer/lost_password_fr.rhtml +++ b/app/views/mailer/lost_password_fr.rhtml @@ -1,3 +1,3 @@ Pour changer votre mot de passe, utilisez le lien suivant:
-http://<%= $RDM_HOST_NAME %>/account/lost_password?token=<%= @token.value %>
\ No newline at end of file +http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
\ No newline at end of file |