[WEB-4507] fix: webhooks translation #7424

This commit is contained in:
Anmol Singh Bhatia 2025-07-18 20:09:39 +05:30 committed by GitHub
parent d7d1545801
commit 5660b28574
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,12 +21,8 @@ export const GeneratedHookDetails: React.FC<Props> = (props) => {
<> <>
<div className="space-y-5 p-5"> <div className="space-y-5 p-5">
<div className="space-y-3"> <div className="space-y-3">
<h3 className="text-xl font-medium text-custom-text-200"> <h3 className="text-xl font-medium text-custom-text-200">{t("workspace_settings.key_created")}</h3>
{t("workspace_settings.settings.webhooks.modal.secret_key.created")} <p className="text-sm text-custom-text-400">{t("workspace_settings.copy_key")}</p>
</h3>
<p className="text-sm text-custom-text-400">
{t("workspace_settings.settings.webhooks.modal.secret_key.copy_message")}
</p>
</div> </div>
<WebhookSecretKey data={webhookDetails} /> <WebhookSecretKey data={webhookDetails} />
</div> </div>