aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/blog/admin/categories/_form.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/refinery/blog/admin/categories/_form.html.erb')
-rw-r--r--app/views/refinery/blog/admin/categories/_form.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/refinery/blog/admin/categories/_form.html.erb b/app/views/refinery/blog/admin/categories/_form.html.erb
index 4538aef..69ac0e7 100644
--- a/app/views/refinery/blog/admin/categories/_form.html.erb
+++ b/app/views/refinery/blog/admin/categories/_form.html.erb
@@ -6,17 +6,17 @@
} %>
<div class='field'>
- <%= f.label :title -%>
+ <%= f.label t(".title") -%>
<%= f.text_field :title, :class => 'larger widest' -%>
</div>
<div class='field'>
- <%= f.label :sidebar_position -%>
+ <%= f.label t(".sidebar_position") -%>
<%= f.select :sidebar_position, make_choice_from(t('.sidebar_positions')) -%>
</div>
<div class='field'>
- <%= f.label :sidebar_items -%>
+ <%= f.label t(".sidebar_items") -%>
<%= f.select :sidebar_items, (1..25) -%>
</div>