mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[WEB-4432] fix: webhooks translation #7332
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user