Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
FIX wrong label on add new field group button
Browse files Browse the repository at this point in the history
  • Loading branch information
a-barbieri committed Mar 24, 2018
1 parent 8c2f30c commit b8d1dad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
data-id="<%= f.object.id %>"
data-params="id=<%= f.object.id %>">
<i class="fa fa-plus" aria-hidden="true"></i>
<%= t('binda.field_setting.new') %>
<%= t('binda.field_group.new') %>
</a>
<p class="control-label clearfix">
<%= f.object.name %> <%= t('binda.field_group.plural') %>
Expand Down

0 comments on commit b8d1dad

Please sign in to comment.