mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
Update label for max_display_name_chars
This commit is contained in:
parent
0f6f977522
commit
13d90038f5
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ services = ["__APP__-web", "__APP__-sidekiq", "__APP__-streaming"]
|
||||||
|
|
||||||
[main.customization]
|
[main.customization]
|
||||||
name = "Customization"
|
name = "Customization"
|
||||||
|
|
||||||
[main.customization.max_toot_chars]
|
[main.customization.max_toot_chars]
|
||||||
ask = "Maximum allowed character count in a toot"
|
ask = "Maximum allowed character count in a toot"
|
||||||
type = "number"
|
type = "number"
|
||||||
|
@ -32,7 +32,7 @@ services = ["__APP__-web", "__APP__-sidekiq", "__APP__-streaming"]
|
||||||
bind = ":__FINALPATH__/live/.env.production"
|
bind = ":__FINALPATH__/live/.env.production"
|
||||||
|
|
||||||
[main.customization.max_display_name_chars]
|
[main.customization.max_display_name_chars]
|
||||||
ask = "Maximum allowed bio characters"
|
ask = "Maximum allowed display name characters"
|
||||||
type = "number"
|
type = "number"
|
||||||
example = "30"
|
example = "30"
|
||||||
bind = ":__FINALPATH__/live/.env.production"
|
bind = ":__FINALPATH__/live/.env.production"
|
||||||
|
|
Loading…
Add table
Reference in a new issue