mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
Replace SSID by wifi name
This commit is contained in:
parent
844d61a6fc
commit
775d2a3644
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@
|
||||||
{
|
{
|
||||||
"name": "wifi_ssid",
|
"name": "wifi_ssid",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose an SSID (wifi name)",
|
"en": "Choose a wifi name (SSID)",
|
||||||
"fr": "Choisissez un SSID (le nom du wifi)"
|
"fr": "Choisissez un nom pour le wifi (SSID)"
|
||||||
},
|
},
|
||||||
"example": "myNeutralNetwork",
|
"example": "myNeutralNetwork",
|
||||||
"default": "myNeutralNetwork"
|
"default": "myNeutralNetwork"
|
||||||
|
|
Loading…
Add table
Reference in a new issue