diff --git a/frontend/src/container/APIKeys/APIKeys.tsx b/frontend/src/container/APIKeys/APIKeys.tsx index 95459c58365..696a8bd3244 100644 --- a/frontend/src/container/APIKeys/APIKeys.tsx +++ b/frontend/src/container/APIKeys/APIKeys.tsx @@ -544,7 +544,7 @@ function APIKeys(): JSX.Element { pageSize: 5, hideOnSinglePage: true, showTotal: (total: number, range: number[]): string => - `${range[0]}-${range[1]} of ${total} API Keys`, + `${range[0]}-${range[1]} of ${total} keys`, }} /> diff --git a/frontend/src/mocks-server/__mockdata__/apiKeys.ts b/frontend/src/mocks-server/__mockdata__/apiKeys.ts index 6bc2d8cbfc4..c5d3c0171a9 100644 --- a/frontend/src/mocks-server/__mockdata__/apiKeys.ts +++ b/frontend/src/mocks-server/__mockdata__/apiKeys.ts @@ -82,7 +82,7 @@ export const getAPIKeysResponse = { }, token: '1udrUFmRI6gdb8r/hLabS7zRlgfMQlUw/tz9sac82pE=', role: 'ADMIN', - name: 'No Expiry Token', + name: 'No Expiry Key', createdAt: 1708008178, expiresAt: 0, updatedAt: 1708008190,