forked from MapComplete/MapComplete
Themes(general): use internet=wlan instead of internet=wifi in the case of both terminal and wifi connection
This commit is contained in:
parent
42374f6a9e
commit
f9e204186c
1 changed files with 2 additions and 2 deletions
|
@ -2290,8 +2290,8 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"if": "internet_access=terminal;wifi",
|
||||
"alsoShowIf": "internet_access=wifi;terminal",
|
||||
"if": "internet_access=terminal;wlan",
|
||||
"alsoShowIf": "internet_access=wlan;terminal",
|
||||
"then": {
|
||||
"en": "This place offers both wireless internet and internet access via a terminal or computer",
|
||||
"de": "Dieser Ort bietet sowohl drahtloses Internet als auch Internetzugang über ein Terminal oder einen Computer",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue