mirror of
https://github.com/YunoHost-Apps/navidrome_ynh.git
synced 2024-09-03 19:46:30 +02:00
Fix
This commit is contained in:
parent
f1e6a83a2d
commit
a018c9a977
2 changed files with 3 additions and 3 deletions
|
@ -19,5 +19,5 @@ location __PATH__/ {
|
||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
#include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,8 +48,8 @@
|
||||||
"fr": "Est-ce un site public ?"
|
"fr": "Est-ce un site public ?"
|
||||||
},
|
},
|
||||||
"help": {
|
"help": {
|
||||||
"en": "If enabled, Navidrome will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
"en": "If enabled, Navidrome will be accessible by people who do not have a YunoHost account. This can be changed later via the webadmin.",
|
||||||
"fr": "Si cette case est cochée, Navidrome sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
"fr": "Si cette case est cochée, Navidrome sera accessible aux personnes n’ayant pas de compte YunoHost. Vous pourrez changer ceci plus tard via la webadmin."
|
||||||
},
|
},
|
||||||
"default": true
|
"default": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue