app/mailers/admin/mailer.rb in typus-1.0.0.pre5 vs app/mailers/admin/mailer.rb in typus-1.0.0.pre6
- old
+ new
@@ -5,9 +5,9 @@
def reset_password_link(user, url)
@user = user
@url = url
mail :to => user.email,
- :subject => "[#{Typus.admin_title}] #{_("Reset password")}"
+ :subject => "[#{Typus.admin_title}] #{_t("Reset password")}"
end
end