From f163de437a906b9722e4f98e7d08a0483d56b13e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 5 Jun 2021 10:13:56 +0200 Subject: [PATCH] Fix --- conf/nginx.conf | 3 --- manifest.json | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 838cd1a..c068113 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,8 +1,5 @@ location / { - # Path to source - #alias __FINALPATH__/dist/ ; - # Force usage of https if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; diff --git a/manifest.json b/manifest.json index d97cd5b..4ca1c52 100644 --- a/manifest.json +++ b/manifest.json @@ -59,8 +59,8 @@ "name": "registername", "type": "string", "ask": { - "en": "Choose a name for the root channel (your mumble server name)", - "fr": "Entrez un nom pour le channel racine (le nom de votre serveur mumble)" + "en": "Choose a name for the root channel (your Mumble server name)", + "fr": "Entrez un nom pour le channel racine (le nom de votre serveur Mumble)" }, "example": "Root", "default": "Root" @@ -69,7 +69,7 @@ "name": "mumbleweb", "type": "boolean", "ask": { - "en": "Do you want to install Mumble web?", + "en": "Do you want to install Mumble Web?", "fr": "Voulez-vous installer Mumble Web? " }, "default": false