From 6084ae6075afa1a4b2cd806df903f328dcea7a8b Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 5 Nov 2025 21:22:48 +0530 Subject: [PATCH 1/2] wip: api key created on --- src/components/api/ApiKey.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index 1e0386c90..29bec5039 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -133,6 +133,7 @@ const ApiKeyManager = () => { {t('apikey.table.name')} {t('apikey.table.key')} {t('apikey.table.actions')} + {t('apikey.table.createdOn')} From 4f303cc35166a13497bdac64800ec6972da3b173 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 5 Nov 2025 21:24:08 +0530 Subject: [PATCH 2/2] chore(lang): api key created on --- public/locales/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/en.json b/public/locales/en.json index c9f218d84..94a2e7fdc 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -149,7 +149,8 @@ "table": { "name": "API Key Name", "key": "API Key", - "actions": "Actions" + "actions": "Actions", + "createdOn": "Created On" }, "actions": { "copy": "Copy",