fix my typos
This commit is contained in:
parent
7028ef3ddd
commit
aa727f6ccf
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue