From 58f8607094be31deb7a5646f16451e03938576ad Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Tue, 8 Jul 2025 14:54:40 -0700 Subject: [PATCH] update i18n key --- .../CommunityHub/PublishEntityModal/SlashCommands/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/CommunityHub/PublishEntityModal/SlashCommands/index.jsx b/frontend/src/components/CommunityHub/PublishEntityModal/SlashCommands/index.jsx index ba82b0b1..7d256c1f 100644 --- a/frontend/src/components/CommunityHub/PublishEntityModal/SlashCommands/index.jsx +++ b/frontend/src/components/CommunityHub/PublishEntityModal/SlashCommands/index.jsx @@ -135,7 +135,7 @@ export default function SlashCommands({ entity }) { maxLength={1000} defaultValue={entity.description} placeholder={t( - "community_hub.publish.slash_command.description_placeholder" + "community_hub.publish.slash_command.description_description" )} className="border-none w-full bg-theme-bg-secondary rounded-lg p-2 text-white text-sm focus:outline-primary-button active:outline-primary-button outline-none min-h-[80px] placeholder:text-theme-text-placeholder" />