mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
Fix
This commit is contained in:
parent
086a1547cd
commit
34d95d9414
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue