From aa727f6ccfb3aafb78d3ea08cb0446ade80df0d6 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Fri, 1 Jul 2011 09:32:40 +1200 Subject: fix my typos --- app/controllers/admin/blog/settings_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/admin/blog') diff --git a/app/controllers/admin/blog/settings_controller.rb b/app/controllers/admin/blog/settings_controller.rb index a9b053e..7d0c230 100644 --- a/app/controllers/admin/blog/settings_controller.rb +++ b/app/controllers/admin/blog/settings_controller.rb @@ -7,7 +7,7 @@ module Admin if request.post? BlogComment::Notification.recipients = params[:recipients] - flash[:notice] = t('updated', :scope => 'admin.blog.settings.notification_recipients' + 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) -- cgit v1.2.3