mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
fix a typo
This commit is contained in:
parent
c3ce65e67f
commit
2249e2c324
2 changed files with 3 additions and 3 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."
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "ActivityPub social network server",
|
"en": "ActivityPub social network server",
|
||||||
"fr": "Serveur de réseau social basé sur ActivityPub"
|
"fr": "Serveur de réseau social basé sur ActivityPub"
|
||||||
},
|
},
|
||||||
"version": "0.7.1~ynh1",
|
"version": "0.7.1~ynh2",
|
||||||
"url": "https://github.com/superseriousbusiness/gotosocial",
|
"url": "https://github.com/superseriousbusiness/gotosocial",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
|
Loading…
Add table
Reference in a new issue