mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[WEB-4507] fix: webhooks translation #7424
This commit is contained in:
committed by
GitHub
parent
d7d1545801
commit
5660b28574
@@ -21,12 +21,8 @@ export const GeneratedHookDetails: React.FC<Props> = (props) => {
|
||||
<>
|
||||
<div className="space-y-5 p-5">
|
||||
<div className="space-y-3">
|
||||
<h3 className="text-xl font-medium text-custom-text-200">
|
||||
{t("workspace_settings.settings.webhooks.modal.secret_key.created")}
|
||||
</h3>
|
||||
<p className="text-sm text-custom-text-400">
|
||||
{t("workspace_settings.settings.webhooks.modal.secret_key.copy_message")}
|
||||
</p>
|
||||
<h3 className="text-xl font-medium text-custom-text-200">{t("workspace_settings.key_created")}</h3>
|
||||
<p className="text-sm text-custom-text-400">{t("workspace_settings.copy_key")}</p>
|
||||
</div>
|
||||
<WebhookSecretKey data={webhookDetails} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user