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
|
|
@ -8,7 +8,7 @@
|
|||
- if @invoice.order
|
||||
%p= "Diese Rechnung ist mit einer #{link_to "Bestellung", @invoice.order} verknüpft."
|
||||
%p
|
||||
Lieferant
|
||||
Lieferantin
|
||||
%br/
|
||||
= f.select :supplier_id, Supplier.all.collect { |s| [s.name, s.id] }
|
||||
%p
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue