fix localization string for submit button on comment

This commit is contained in:
Jamie Winsor 2011-09-04 14:46:45 -07:00
parent ec6ed3f951
commit 3431b15ef3

View file

@ -34,7 +34,7 @@
<%= f.text_area :message, :rows => 6 %>
</div>
<div class='field form-actions'>
<%= f.submit t('.submit') %>
<%= f.submit t('submit', :scope => 'refinery.blog.posts.show') %>
</div>
<% end %>
</aside>