Parcourir la Source

Remove dutch subject

Maarten van den Berg il y a 8 ans
Parent
commit
9235d31375
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/mailers/authentication_mailer.rb

+ 1 - 1
app/mailers/authentication_mailer.rb

8
     @token = token
8
     @token = token
9
     @user = user
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
   end
12
   end
13
 end
13
 end