improvements supplier translations

This commit is contained in:
2013-01-10 20:56:30 +01:00
parent 4d0d1b7dd1
commit f6b28f84f0
7 changed files with 113 additions and 14 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ class Supplier
private
def add_section_on_create
@section = Section.create supplier: self, title: I18n.t('section.first_section_title')
@section = Section.create supplier: self, title: I18n.t('supplier.section.first_section_title')
end
end