Added i18n strings.

This commit is contained in:
Robert Waltemath 2013-06-24 11:53:52 +02:00
parent abe7c7181d
commit c27127c745
6 changed files with 24 additions and 17 deletions

View file

@ -27,5 +27,5 @@
.form-actions
= f.submit class: 'btn btn-primary'
- if @task.new_record?
= f.submit 'Wöchentliche Aufgabe erstellen', name: 'periodic', class: 'btn'
= f.submit t('.submit.periodic'), name: 'periodic', class: 'btn'
= link_to t('ui.or_cancel'), :back