mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-07-04 16:48:26 +00:00
Update AddressForm.elm
Since organizations do not only exist in cities, "Ort" would probably be the more general term.
This commit is contained in:
@ -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"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user