From 13d90038f51e796daacd9e71fee0906dfba4b15b Mon Sep 17 00:00:00 2001 From: Shaun <512005+a2bb892@users.noreply.github.com> Date: Sun, 15 May 2022 21:27:50 -0600 Subject: [PATCH] Update label for max_display_name_chars --- config_panel.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 27153ff..6688686 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -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"