s/adress/ad*d*ress/

This commit is contained in:
jomo
2014-06-30 23:48:11 +02:00
parent d50c674664
commit 0714c54e5b
5 changed files with 7 additions and 7 deletions

View File

@@ -281,7 +281,7 @@ class UsersController < ApplicationController
render action: "lost_password"
end
else
flash[:alert] = "Token or Email adress invalid!"
flash[:alert] = "Token or Email address invalid!"
render action: "lost_password"
end
end