1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00
This commit is contained in:
ericgaspar 2020-08-18 18:33:26 +02:00
parent f1e6a83a2d
commit a018c9a977
2 changed files with 3 additions and 3 deletions

View file

@ -19,5 +19,5 @@ location __PATH__/ {
proxy_set_header Connection "upgrade";
# Include SSOWAT user panel.
#include conf.d/yunohost_panel.conf.inc;
include conf.d/yunohost_panel.conf.inc;
}

View file

@ -48,8 +48,8 @@
"fr": "Est-ce un site public ?"
},
"help": {
"en": "If enabled, Navidrome will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Navidrome sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la 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 nayant pas de compte YunoHost. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}