about summary refs log tree commit diff
path: root/app/controllers/settings/profiles_controller.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-11-15 23:02:57 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-11-15 23:02:57 +0100
commit3ce6ac0ce2e482bc1f2784c3c7f716172b151902 (patch)
tree89052410c8e7c856bee1049464ee79463a7db48b /app/controllers/settings/profiles_controller.rb
parenta4313224d93cd762fd500e687e33247025035af8 (diff)
Adding some localizations
Diffstat (limited to 'app/controllers/settings/profiles_controller.rb')
-rw-r--r--app/controllers/settings/profiles_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/settings/profiles_controller.rb b/app/controllers/settings/profiles_controller.rb
index bd4fa2c46..deff8fc7e 100644
--- a/app/controllers/settings/profiles_controller.rb
+++ b/app/controllers/settings/profiles_controller.rb
@@ -11,7 +11,7 @@ class Settings::ProfilesController < ApplicationController
 
   def update
     if @account.update(account_params)
-      redirect_to settings_profile_path, notice: 'Changes successfully saved!'
+      redirect_to settings_profile_path, notice: I18n.t('generic.changes_saved_msg')
     else
       render action: :show
     end