Some language fixes. Finished migration path.
This commit is contained in:
parent
857475af1b
commit
a29053b4e9
9 changed files with 172 additions and 169 deletions
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
- form_for @order do |form|
|
||||
= render :partial => 'form', :locals => { :form => form }
|
||||
= submit_tag _("Save")
|
||||
= submit_tag "Speichern"
|
||||
|
|
||||
= link_to _("Cancel"), :action => 'show', :id => @order
|
||||
= link_to "Abbrechen", :action => 'show', :id => @order
|
||||
Loading…
Add table
Add a link
Reference in a new issue