diff options
Diffstat (limited to 'app/views/mailer/lost_password_de.rhtml')
-rw-r--r-- | app/views/mailer/lost_password_de.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/lost_password_de.rhtml b/app/views/mailer/lost_password_de.rhtml index 2593edbda..0b391498b 100644 --- a/app/views/mailer/lost_password_de.rhtml +++ b/app/views/mailer/lost_password_de.rhtml @@ -1,3 +1,3 @@ To change your password, use the following link:
-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 |