mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
Fix typo in [main.instance.instance_expose_suspended_web]
Fix `Config panel question 'instance_expose_suspended_web' should be initialized with a value during install or upgrade.` error.
This commit is contained in:
parent
c3ce65e67f
commit
c320321670
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ type = "select"
|
||||||
[main.instance.instance_expose_suspended_web]
|
[main.instance.instance_expose_suspended_web]
|
||||||
ask.en = "API: Expose suspended on Web (/about/suspended)?"
|
ask.en = "API: Expose suspended on Web (/about/suspended)?"
|
||||||
ask.fr = "API : Exposer les instances bloquées sur le Web (/about/suspended) ?"
|
ask.fr = "API : Exposer les instances bloquées sur le Web (/about/suspended) ?"
|
||||||
bind = "instance-expose-suspended_web:__FINALPATH__/config.yaml"
|
bind = "instance-expose-suspended-web:__FINALPATH__/config.yaml"
|
||||||
choices = ["true", "false"]
|
choices = ["true", "false"]
|
||||||
default = "false"
|
default = "false"
|
||||||
help.en = "Allow unauthenticated users to view /about/suspended, showing the HTML rendered list of instances that this instance blocks/suspends."
|
help.en = "Allow unauthenticated users to view /about/suspended, showing the HTML rendered list of instances that this instance blocks/suspends."
|
||||||
|
|
Loading…
Add table
Reference in a new issue