aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/refinery/admin/blog/posts/_teaser_part.html.erb4
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>