We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530cddc commit c860a03Copy full SHA for c860a03
src/ui/pages/apiKeys/ManageKeysTable.tsx
@@ -257,7 +257,7 @@ export const OrgApiKeyTable: React.FC<OrgApiKeyTableProps> = ({
257
</Table>
258
</Table.ScrollContainer>
259
<Text c="dimmed" size="sm">
260
- All timezones shown in local timezone ({Intl.DateTimeFormat().resolvedOptions().timeZone}).
+ All times shown in local timezone ({Intl.DateTimeFormat().resolvedOptions().timeZone}).
261
</Text>
262
263
{/* Create Modal */}
0 commit comments