Genderchanged string 'Lieferant'
* Since s.b. started this already. I changed every string 'Lieferant' to 'Lieferantin' to give note on female existance in this world :-)
This commit is contained in:
parent
7c6a01b0fc
commit
48b6515c08
20 changed files with 22 additions and 22 deletions
|
|
@ -1,7 +1,7 @@
|
|||
- form_for stock_article do |form|
|
||||
= form.error_messages
|
||||
%p
|
||||
Lieferant
|
||||
Lieferantin
|
||||
%br/
|
||||
= form.select :supplier_id, Supplier.without_deleted(:order => 'name').collect{ |s| [s.name, s.id] }
|
||||
%p
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue