mirror of
https://github.com/YunoHost-Apps/wireguard_ynh.git
synced 2024-09-03 20:35:58 +02:00
Fix linter warnings
This commit is contained in:
parent
edb92d0c21
commit
a21d1c15c1
1 changed files with 0 additions and 8 deletions
|
@ -33,10 +33,6 @@
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a domain name for WireGuard UI",
|
|
||||||
"fr": "Choisissez un nom de domaine pour WireGuard UI"
|
|
||||||
},
|
|
||||||
"example": "wg.example.com",
|
"example": "wg.example.com",
|
||||||
"help": {
|
"help": {
|
||||||
"en": "The web UI requires its own dedicated domain.",
|
"en": "The web UI requires its own dedicated domain.",
|
||||||
|
@ -46,10 +42,6 @@
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"type": "user",
|
"type": "user",
|
||||||
"ask": {
|
|
||||||
"en": "Choose an admin user",
|
|
||||||
"fr": "Choisissez l’administrateur"
|
|
||||||
},
|
|
||||||
"example": "johndoe"
|
"example": "johndoe"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue