mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Add constraint on server name
This commit is contained in:
parent
5588eecdff
commit
a7cb395646
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@
|
|||
{
|
||||
"name": "server_name",
|
||||
"ask": {
|
||||
"en": "Choose a name",
|
||||
"fr": "Choisissez un nom"
|
||||
"en": "Choose a name (3 - 15 letters or digits)",
|
||||
"fr": "Choisissez un nom (3 - 15 letters or digits)"
|
||||
},
|
||||
"example": "Seafile",
|
||||
"default": "Seafile"
|
||||
|
|
Loading…
Add table
Reference in a new issue