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",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a path for gitlab",
|
"en": "Choose a path for gitlab only / is accepted",
|
||||||
"fr": "Choisissez un chemin pour gitlab"
|
"fr": "Choisissez un chemin pour gitlab seulement / est accepté"
|
||||||
},
|
},
|
||||||
"example": "/example",
|
"example": "/",
|
||||||
"default": "/example"
|
"default": "/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
|
|
Loading…
Reference in a new issue