1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

add help key in manifest

This commit is contained in:
Kayou 2024-08-23 09:52:07 +02:00 committed by GitHub
parent a448839b06
commit d8fefcea6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,6 @@ name = "Nextcloud configuration"
default = "stable" default = "stable"
help.en = "Recent major releases contains sometimes some annoying bugs or regressions. Using the oldstable channel during this period can be useful if you need high stability." help.en = "Recent major releases contains sometimes some annoying bugs or regressions. Using the oldstable channel during this period can be useful if you need high stability."
[main.addressbook] [main.addressbook]
name = "Address book configuration" name = "Address book configuration"

View file

@ -61,7 +61,8 @@ ram.runtime = "512M"
default = true default = true
[install.version_to_follow] [install.version_to_follow]
ask.en = "Which version do you want" ask.en = "Upgrade channel to use"
help.en = "Recent major releases contains sometimes some annoying bugs or regressions. Using the oldstable channel during this period can be useful if you need high stability."
type = "select" type = "select"
choices = ["stable", "oldstable"] choices = ["stable", "oldstable"]
default = "stable" default = "stable"