Update AddressForm.elm

Since organizations do not only exist in cities, "Ort" would probably be the more general term.
This commit is contained in:
monnypython 2021-08-05 12:28:06 +02:00 committed by GitHub
parent 35f53b7107
commit 5cf69fef6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,6 @@ de =
{ selectCountry = "Land auswählen" { selectCountry = "Land auswählen"
, street = "Straße" , street = "Straße"
, zipCode = "Postleitzahl" , zipCode = "Postleitzahl"
, city = "Stadt" , city = "Ort"
, country = "Land" , country = "Land"
} }