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",
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')}