1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00
This commit is contained in:
ericgaspar 2022-01-14 12:35:41 +01:00
parent 086a1547cd
commit 34d95d9414
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -8,6 +8,6 @@ name = "Element configuration"
[main.config.default_home_server]
ask = "Choose a home server"
type = "url"
type = "string"
default = "https://matrix-client.matrix.org"
bind = "base_url:__FINALPATH__/config.json"

View file

@ -41,7 +41,7 @@
},
{
"name": "default_home_server",
"type": "url",
"type": "string",
"ask": {
"en": "Choose a default home server",
"fr": "Choisissez un serveur par défault"