浏览代码

Remove dutch subject

Maarten van den Berg 8 年之前
父节点
当前提交
9235d31375
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/mailers/authentication_mailer.rb

+ 1 - 1
app/mailers/authentication_mailer.rb

@@ -8,6 +8,6 @@ class AuthenticationMailer < ApplicationMailer
8 8
     @token = token
9 9
     @user = user
10 10
 
11
-    mail(to: @user.email, subject: "Aardbei-wachtwoord opnieuw instellen")
11
+    mail(to: @user.email, subject: "Reset your Aardbei-password")
12 12
   end
13 13
 end