[WEB-4432] fix: webhooks translation #7332
This commit is contained in:
parent
6f27ec031d
commit
75235f2ad5
1 changed files with 2 additions and 4 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue