workgroups i18n

This commit is contained in:
wvengen 2013-02-13 01:32:48 +01:00
parent 02f04be6e8
commit c693f697ff
4 changed files with 15 additions and 5 deletions

View file

@ -1,4 +1,4 @@
- title "Edit Workgroup"
- title t('.title')
- form_for @workgroup do |f|
= f.error_messages
%p
@ -81,4 +81,4 @@
= f.label :contact_address
%br/
= f.text_field :contact_address
%p= f.submit "Submit"
%p= f.submit t('ui.edit')