Themes(general): use internet=wlan instead of internet=wifi in the case of both terminal and wifi connection

This commit is contained in:
Pieter Vander Vennet 2025-04-01 13:33:46 +02:00
parent 42374f6a9e
commit f9e204186c

View file

@ -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",