diff options
author | Faton Selishta <fatonselishta@gmail.com> | 2011-06-30 16:15:39 +0200 |
---|---|---|
committer | Faton Selishta <fatonselishta@gmail.com> | 2011-06-30 16:15:39 +0200 |
commit | c5ff3c917f1ba79ceea58c93092d59cc12f55459 (patch) | |
tree | 921ad4771f49eae82e8f98f2d8afbecc1c1c4882 /app/controllers/help_controller.rb | |
parent | 65fd8a972ba5e7d34c8e4ef772653fd90cb2eee3 (diff) |
I18n string for controllers
Diffstat (limited to 'app/controllers/help_controller.rb')
-rw-r--r-- | app/controllers/help_controller.rb | 2 |
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 |