about summary refs log tree commit diff
path: root/app/controllers/admin/settings_controller.rb
diff options
context:
space:
mode:
authorのら <noraworld@users.noreply.github.com>2017-07-10 21:04:05 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-07-10 14:04:05 +0200
commitca45bd0361fa1d182a505cf2eff1a69bc7712a39 (patch)
treea1471ec525a63cc4eb2d5e9676448a148fa8295c /app/controllers/admin/settings_controller.rb
parent63baab088d734a982d21a5df538db554091188ad (diff)
Add Japanese translation of terms and flash (#4137)
Diffstat (limited to 'app/controllers/admin/settings_controller.rb')
-rw-r--r--app/controllers/admin/settings_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/settings_controller.rb b/app/controllers/admin/settings_controller.rb
index 7542f55e8..f27a1f4d4 100644
--- a/app/controllers/admin/settings_controller.rb
+++ b/app/controllers/admin/settings_controller.rb
@@ -24,7 +24,7 @@ module Admin
         setting.update(value: value_for_update(key, value))
       end
 
-      flash[:notice] = 'Success!'
+      flash[:notice] = I18n.t('generic.changes_saved_msg')
       redirect_to edit_admin_settings_path
     end