[WEB-4432] fix: webhooks translation #7332

This commit is contained in:
Vamsi Krishna
2025-07-03 15:05:13 +05:30
committed by GitHub
parent 6f27ec031d
commit 75235f2ad5

View File

@@ -96,12 +96,10 @@ export const WebhookSecretKey: FC<Props> = observer((props) => {
{(data || webhookSecretKey) && (
<div className="space-y-2">
{webhookId && (
<div className="text-sm font-medium">
{t("workspace_settings.settings.webhooks.modal.secret_key.title")}
</div>
<div className="text-sm font-medium">{t("workspace_settings.settings.webhooks.secret_key.title")}</div>
)}
<div className="text-xs text-custom-text-400">
{t("workspace_settings.settings.webhooks.modal.secret_key.message")}
{t("workspace_settings.settings.webhooks.secret_key.message")}
</div>
<div className="flex flex-col md:flex-row md:items-center gap-4">
<div className="flex flex-grow max-w-lg items-center justify-between self-stretch rounded border border-custom-border-200 px-2 h-8">