This commit is contained in:
Pallavi Kumari
2025-10-19 21:36:47 +05:30
parent f258c41f15
commit 7c8c440f67
7 changed files with 8 additions and 10 deletions

View File

@@ -183,7 +183,7 @@ export default function ApiKeysTable({ apiKeys }: ApiKeyTableProps) {
</p>
<p>
<b>{t("apiKeysMessageRemove")}</b>
{t("apiKeysMessageRemove")}
</p>
</div>
}

View File

@@ -282,9 +282,7 @@ export default function ClientsTable({ clients, orgId }: ClientTableProps) {
{t("deleteClientQuestion")}
</p>
<p>
<b>
{t("clientMessageRemove")}
</b>
</p>
</div>
}

View File

@@ -242,7 +242,7 @@ export default function DomainsTable({ domains }: Props) {
{t("domainQuestionRemove")}
</p>
<p>
<b>{t("domainMessageRemove")}</b>
{t("domainMessageRemove")}
</p>
</div>
}

View File

@@ -191,7 +191,7 @@ export default function OrgApiKeysTable({
</p>
<p>
<b>{t("apiKeysMessageRemove")}</b>
{t("apiKeysMessageRemove")}
</p>
</div>
}

View File

@@ -182,7 +182,7 @@ export default function IdpTable({ idps, orgId }: Props) {
{t("idpQuestionRemove")}
</p>
<p>
<b>{t("idpMessageRemove")}</b>
{t("idpMessageRemove")}
</p>
</div>
}