[WEB-4507] fix: webhooks translation #7424
This commit is contained in:
parent
d7d1545801
commit
5660b28574
1 changed files with 2 additions and 6 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue