diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2011-08-03 16:59:31 +0300 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2011-08-03 16:59:31 +0300 |
commit | 3454a9c3007a4bfd10ccd0ff39dc594ebb2a0184 (patch) | |
tree | c13037932c5b44a1545b5a050cc776d841034eff | |
parent | fddcebd878a03f579bb3c1a3265fa9cc9ef427c0 (diff) | |
download | refinerycms-blog-3454a9c3007a4bfd10ccd0ff39dc594ebb2a0184.tar.gz refinerycms-blog-3454a9c3007a4bfd10ccd0ff39dc594ebb2a0184.tar.bz2 refinerycms-blog-3454a9c3007a4bfd10ccd0ff39dc594ebb2a0184.zip |
I18n scope fix.
-rw-r--r-- | app/views/refinery/admin/blog/posts/_teaser_part.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/refinery/admin/blog/posts/_teaser_part.html.erb b/app/views/refinery/admin/blog/posts/_teaser_part.html.erb index 71d7d01..dc9186a 100644 --- a/app/views/refinery/admin/blog/posts/_teaser_part.html.erb +++ b/app/views/refinery/admin/blog/posts/_teaser_part.html.erb @@ -2,9 +2,9 @@ <%= f.text_area :custom_teaser, :rows => 20, :class => 'wymeditor widest' -%> <p> <span class='clearfix label_inline_with_link'> - <%= link_to t('copy_body', :scope => 'admin.blog.posts.form'), "#", + <%= link_to t('copy_body', :scope => 'refinery.admin.blog.posts.form'), "#", :id => 'copy_body_link', - :title => t('copy_body_help', :scope => 'admin.blog.posts.form') %> + :title => t('copy_body_help', :scope => 'refinery.admin.blog.posts.form') %> </span> </p> </div> |