Skip to content

Commit c860a03

Browse files
committed
Fix string
1 parent 530cddc commit c860a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/pages/apiKeys/ManageKeysTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export const OrgApiKeyTable: React.FC<OrgApiKeyTableProps> = ({
257257
</Table>
258258
</Table.ScrollContainer>
259259
<Text c="dimmed" size="sm">
260-
All timezones shown in local timezone ({Intl.DateTimeFormat().resolvedOptions().timeZone}).
260+
All times shown in local timezone ({Intl.DateTimeFormat().resolvedOptions().timeZone}).
261261
</Text>
262262

263263
{/* Create Modal */}

0 commit comments

Comments
 (0)