From 1941cd6ed91a94673f6e5e67903d6ac22cb355fc 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:07:08 +0200 Subject: [PATCH] Update manifest.json Small fixes --- manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index ccf55bd..0b5fc06 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name": "Gitlab Runner", + "name": "GitLab Runner", "id": "gitlab-runner", "packaging_format": 1, "description": { @@ -25,8 +25,8 @@ "name": "gitlab_url", "type": "string", "ask": { - "en": "Please enter the gitlab-ci coordinator URL", - "fr": "Veuillez entrer l'URL du coordinateur gitlab-ci" + "en": "Please enter the GitLab-CI coordinator URL", + "fr": "Veuillez entrer l'URL du coordinateur GitLab-CI" }, "help": { "en": "This URL can be retrieved at this location: GitLab Project->Settings->Runner or: Admin Area->Overview->Runners", @@ -38,8 +38,8 @@ "name": "token", "type": "string", "ask": { - "en": "Please enter the gitlab-ci token for this Runner", - "fr": "Veuillez entrer le jeton gitlab-ci pour ce Runner" + "en": "Please enter the GitLab-CI token for this Runner", + "fr": "Veuillez entrer le jeton GitLab-CI pour ce Runner" }, "help": { "en": "This token can be retrieved at this location: GitLab Project->Settings->Runner or: Admin Area->Overview->Runners",