Fix typo in base.php (#1051)

`Accout API` should be `Account API`
This commit is contained in:
Stan 2018-03-12 20:03:42 +01:00 committed by Dane Everitt
parent 21cd0688e0
commit d21c34f8de

View file

@ -30,7 +30,7 @@ return [
'api' => [
'index' => [
'list' => 'Your Keys',
'header' => 'Accout API',
'header' => 'Account API',
'header_sub' => 'Manage access keys that allow you to perform actions aganist the panel.',
'create_new' => 'Create New API key',
'keypair_created' => 'An API key has been successfully generated and is listed below.',