aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/help_controller.rb
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-07-12 11:49:58 +0100
committerSeb Bacon <seb.bacon@gmail.com>2011-07-12 11:49:58 +0100
commitb514aecf08384f3839db5cdb2274d3748a4402a2 (patch)
tree5354df8cce23f043bc4cbfac0cdcfc24989550a4 /app/controllers/help_controller.rb
parent0d630ab2c87d925d27879c1cc0db55b0286e46d6 (diff)
parentd5ae493074fa3b71ba517ce34525402f5e59eff0 (diff)
merge IZ/Kosovo fork and refactor
Diffstat (limited to 'app/controllers/help_controller.rb')
-rw-r--r--app/controllers/help_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb
index 5df701543..ab1ef5c5f 100644
--- a/app/controllers/help_controller.rb
+++ b/app/controllers/help_controller.rb
@@ -58,7 +58,7 @@ class HelpController < ApplicationController
@user,
@last_request, @last_body
)
- flash[:notice] = "Your message has been sent. Thank you for getting in touch! We'll get back to you soon."
+ flash[:notice] = _("Your message has been sent. Thank you for getting in touch! We'll get back to you soon.")
redirect_to frontpage_url
return
end