Skip to content

Commit

Permalink
fix translate.
Browse files Browse the repository at this point in the history
  • Loading branch information
chloerei committed Mar 13, 2012
1 parent 3e07159 commit 5f539b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/fragments/edit.haml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
%small= t "admin.fragments.index.#{@field}_description"
= form_for @site.fragment, :url => admin_fragment_path(:id => @field), :method => :put do |f|
.full-input-wrap= f.text_area @field
= f.submit 'save', :class => 'btn'
= f.submit t('save'), :class => 'btn'

0 comments on commit 5f539b0

Please sign in to comment.