From 9e33457e7a3559fa485cc663285e51c52e95516f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 26 Sep 2020 09:13:37 +0200 Subject: [PATCH] Update manifest.json Small typos --- manifest.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index e1a0747..4a4e46b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name": "Gitlab", + "name": "GitLab", "id": "gitlab", "packaging_format": 1, "version": "13.4.0~ynh1", @@ -26,8 +26,8 @@ "name": "domain", "type": "domain", "ask": { - "en": "Choose a domain name for gitlab", - "fr": "Choisissez un nom de domaine pour gitlab" + "en": "Choose a domain name for GitLab", + "fr": "Choisissez un nom de domaine pour GitLab" }, "example": "example.com" }, @@ -35,8 +35,8 @@ "name": "path", "type": "path", "ask": { - "en": "Choose a path for gitlab", - "fr": "Choisissez un chemin pour gitlab" + "en": "Choose a path for GitLab", + "fr": "Choisissez un chemin pour GitLab" }, "example": "/gitlab", "default": "/gitlab" @@ -63,8 +63,8 @@ "name": "use_web_account", "type": "boolean", "ask": { - "en": "Allow account creation via the gitlab web interface?", - "fr": "Autoriser la création de compte via l'interface web de gitlab ?" + "en": "Authorize account creation from GitLab web interface", + "fr": "Autoriser la création de compte depuis l'interface web de GitLab ?" }, "default": false }