From e7a316249424ff408c5ba8961fa9029cdd32d62b Mon Sep 17 00:00:00 2001 From: TheOnlyMace <0815cracky@gmail.com> Date: Wed, 22 Jul 2026 22:19:16 +0200 Subject: [PATCH] Update placeholders in WelcomeForm and DiscordEmbedBuilder for improved user guidance - Changed placeholder text in WelcomeForm to use more descriptive keys for leave content. - Enhanced DiscordEmbedBuilder to accept custom title and description placeholders, improving flexibility for embed creation. - Updated localization files in English and German to include new placeholder texts, ensuring consistency and clarity for users. --- apps/webui/src/components/modules/welcome-form.tsx | 4 +++- .../src/components/ui/discord-embed-builder.tsx | 12 +++++++++--- apps/webui/src/messages/de.json | 5 ++++- apps/webui/src/messages/en.json | 5 ++++- 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/apps/webui/src/components/modules/welcome-form.tsx b/apps/webui/src/components/modules/welcome-form.tsx index f758a5c..414121a 100644 --- a/apps/webui/src/components/modules/welcome-form.tsx +++ b/apps/webui/src/components/modules/welcome-form.tsx @@ -238,7 +238,7 @@ export function WelcomeForm({ guildId, initialValue }: WelcomeFormProps) {