Elwig: Use 'Menge' instead of 'Gewicht' where applicable

This commit is contained in:
2025-05-20 15:55:11 +02:00
parent 336aef5c70
commit 0f3ce39f35
16 changed files with 24 additions and 24 deletions

@ -16,7 +16,7 @@ namespace Elwig.Models.Dtos {
("QualityLevel", "Qualitätsstufe", null, 25),
("Gradation", "Gradation", "°Oe|°KMW", 32),
("Buckets", "Flächenbindung", "|kg", 36),
("Weight", "Gewicht", "kg", 16),
("Weight", "Menge", "kg", 16),
];
private readonly int MgNr;