mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
[fix] Path
This commit is contained in:
parent
7890b38e14
commit
6d1f6c98b9
1 changed files with 4 additions and 4 deletions
|
@ -37,11 +37,11 @@
|
|||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for gitlab",
|
||||
"fr": "Choisissez un chemin pour gitlab"
|
||||
"en": "Choose a path for gitlab only / is accepted",
|
||||
"fr": "Choisissez un chemin pour gitlab seulement / est accepté"
|
||||
},
|
||||
"example": "/example",
|
||||
"default": "/example"
|
||||
"example": "/",
|
||||
"default": "/"
|
||||
},
|
||||
{
|
||||
"name": "admin",
|
||||
|
|
Loading…
Reference in a new issue