diff --git a/conf/nginx.conf b/conf/nginx.conf index 3a052e0..4f09f2d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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; } diff --git a/manifest.json b/manifest.json index 78fffa3..e9bd2a9 100644 --- a/manifest.json +++ b/manifest.json @@ -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 n’ayant 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 n’ayant pas de compte YunoHost. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true }