diff --git a/README.md b/README.md index 075f6a0..00aef50 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features. +Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features **Shipped version:** 14.5.0~ynh1 diff --git a/README_fr.md b/README_fr.md index e15dcea..04707ac 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble -Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD. +Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD **Version incluse :** 14.5.0~ynh1 diff --git a/config_panel.toml b/config_panel.toml index c44664d..783ac62 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -7,7 +7,7 @@ name = "GitLab configuration" name = "Overwriting config files" [main.overwrite_files.overwrite_nginx] - ask = "Overwrite the nginx config file ?" + ask = "Overwrite the NGINX config file?" type = "boolean" help = "If the file is overwritten, a backup will be created." @@ -15,5 +15,5 @@ name = "GitLab configuration" name = "External users" [main.users.use_web_account] - ask = "Authorized external user creation ?" + ask = "Authorized external user creation?" type = "boolean" \ No newline at end of file diff --git a/manifest.json b/manifest.json index 597018c..ac31c5f 100644 --- a/manifest.json +++ b/manifest.json @@ -4,8 +4,8 @@ "packaging_format": 1, "version": "14.5.0~ynh1", "description": { - "en": "Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features.", - "fr": "Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD." + "en": "Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features", + "fr": "Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD" }, "url": "https://gitlab.com", "upstream": { @@ -46,8 +46,8 @@ "name": "is_public", "type": "boolean", "help": { - "en": "If your Gitlab instance is public, anyone can see your public repositories.", - "fr": "Si votre instance Gitlab est publique, tout le monde pourra voir vos dépôts publics." + "en": "If your GitLab instance is public, anyone can see your public repositories.", + "fr": "Si votre instance GitLab est publique, tout le monde pourra voir vos dépôts publics." }, "default": true },