1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

Merge pull request #52 from a2bb892/update-configuration-option

Update label for max_display_name_chars
This commit is contained in:
Tagada 2022-05-16 18:23:28 +02:00 committed by GitHub
commit e199108cb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ services = ["__APP__-web", "__APP__-sidekiq", "__APP__-streaming"]
[main.customization]
name = "Customization"
[main.customization.max_toot_chars]
ask = "Maximum allowed character count in a toot"
type = "number"
@ -32,7 +32,7 @@ services = ["__APP__-web", "__APP__-sidekiq", "__APP__-streaming"]
bind = ":__FINALPATH__/live/.env.production"
[main.customization.max_display_name_chars]
ask = "Maximum allowed bio characters"
ask = "Maximum allowed display name characters"
type = "number"
example = "30"
bind = ":__FINALPATH__/live/.env.production"