mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
minor typos
This commit is contained in:
parent
549bd754c8
commit
ba8e1567a6
2 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@ name = "GitLab configuration"
|
||||||
name = "Overwriting config files"
|
name = "Overwriting config files"
|
||||||
|
|
||||||
[main.overwrite_files.overwrite_nginx]
|
[main.overwrite_files.overwrite_nginx]
|
||||||
ask = "Overwrite the nginx config file ?"
|
ask = "Overwrite the NGINX config file?"
|
||||||
type = "boolean"
|
type = "boolean"
|
||||||
help = "If the file is overwritten, a backup will be created."
|
help = "If the file is overwritten, a backup will be created."
|
||||||
|
|
||||||
|
@ -15,5 +15,5 @@ name = "GitLab configuration"
|
||||||
name = "External users"
|
name = "External users"
|
||||||
|
|
||||||
[main.users.use_web_account]
|
[main.users.use_web_account]
|
||||||
ask = "Authorized external user creation ?"
|
ask = "Authorized external user creation?"
|
||||||
type = "boolean"
|
type = "boolean"
|
|
@ -4,8 +4,8 @@
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"version": "14.5.0~ynh1",
|
"version": "14.5.0~ynh1",
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features.",
|
"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."
|
"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",
|
"url": "https://gitlab.com",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
|
@ -46,8 +46,8 @@
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"help": {
|
"help": {
|
||||||
"en": "If your Gitlab instance is public, anyone can see your public repositories.",
|
"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."
|
"fr": "Si votre instance GitLab est publique, tout le monde pourra voir vos dépôts publics."
|
||||||
},
|
},
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue