Skip to content

Commit d21c34f

Browse files
stanjgDaneEveritt
authored andcommitted
Fix typo in base.php (pterodactyl#1051)
`Accout API` should be `Account API`
1 parent 21cd068 commit d21c34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lang/en/base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'api' => [
3131
'index' => [
3232
'list' => 'Your Keys',
33-
'header' => 'Accout API',
33+
'header' => 'Account API',
3434
'header_sub' => 'Manage access keys that allow you to perform actions aganist the panel.',
3535
'create_new' => 'Create New API key',
3636
'keypair_created' => 'An API key has been successfully generated and is listed below.',

0 commit comments

Comments
 (0)