Skip to content

Commit a6b2509

Browse files
authored
fix: page title for SSH keys (pterodactyl#4391)
1 parent e040fd1 commit a6b2509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/dashboard/ssh/AccountSSHContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default () => {
2525
}, [error]);
2626

2727
return (
28-
<PageContentBlock title={'Account API'}>
28+
<PageContentBlock title={'SSH Keys'}>
2929
<FlashMessageRender byKey={'account'} />
3030
<div css={tw`md:flex flex-nowrap my-10`}>
3131
<ContentBox title={'Add SSH Key'} css={tw`flex-none w-full md:w-1/2`}>

0 commit comments

Comments
 (0)