diff --git a/resources/lang/en-US/account/general.php b/resources/lang/en-US/account/general.php
index 1fc28f340..1a9e2c03b 100644
--- a/resources/lang/en-US/account/general.php
+++ b/resources/lang/en-US/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Personal API Keys',
- 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
- will not be visible to you again.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => 'API tokens are set to expire in:',
- 'api_reference' => 'Please check the API reference to
- find specific API endpoints and additional API documentation.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);