fix localization string for submit button on comment
This commit is contained in:
parent
ec6ed3f951
commit
3431b15ef3
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue