aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin/blog/settings_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/admin/blog/settings_controller.rb')
-rw-r--r--app/controllers/admin/blog/settings_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/blog/settings_controller.rb b/app/controllers/admin/blog/settings_controller.rb
index a805d9c..eb1eef9 100644
--- a/app/controllers/admin/blog/settings_controller.rb
+++ b/app/controllers/admin/blog/settings_controller.rb
@@ -5,7 +5,7 @@ class Admin::Blog::SettingsController < Admin::BaseController
if request.post?
BlogComment::Notification.recipients = params[:recipients]
- flash[:notice] = t('admin.blog.settings.notification_recipients.updated',
+ flash[:notice] = t('updated', :scope => 'admin.blog.settings.notification_recipients'
:recipients => BlogComment::Notification.recipients)
unless request.xhr? or from_dialog?
redirect_back_or_default(admin_blog_posts_path)