Correct translations scope
This commit is contained in:
parent
45cad84f49
commit
29809838f4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module Refinery
|
|||
|
||||
if request.post?
|
||||
Refinery::Blog::Comment::Notification.recipients = params[:recipients]
|
||||
flash[:notice] = t('updated', :scope => 'admin.blog.settings.notification_recipients',
|
||||
flash[:notice] = t('updated', :scope => 'refinery.blog.admin.settings.notification_recipients',
|
||||
:recipients => Refinery::Blog::Comment::Notification.recipients)
|
||||
unless request.xhr? or from_dialog?
|
||||
redirect_back_or_default(refinery.blog_admin_posts_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue