diff --git a/src/resources/lang/en/seat.php b/src/resources/lang/en/seat.php index 33bcfcc..feff88b 100644 --- a/src/resources/lang/en/seat.php +++ b/src/resources/lang/en/seat.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,26 +22,26 @@ return [ - 'api_token_admin' => 'API Token Admin', - 'new_token' => 'New Token', - 'key_comment' => 'Key Comment', + 'api_token_admin' => 'API Token Admin', + 'new_token' => 'New Token', + 'key_comment' => 'Key Comment', 'allowed_ip_address' => 'Allowed IP Address', - 'ip_help' => 'This is the source IP address that will be allowed to use the generated token.', - 'ip_danger' => 'Using 0.0.0.0 will allow ANYONE who has this token to use the SeAT API. This is dangerous. Be careful!', - 'generate' => 'Generate', - 'token' => 'Token|Tokens', - 'current_tokens' => 'Current Tokens', - 'date' => 'Date', - 'comment' => 'Comment', - 'allowed_from' => 'Allowed From', - 'delete' => 'Delete', - 'logs' => 'Logs', - 'api_token_logs' => 'API Token Access Logs', - 'access_logs' => 'Access Logs', - 'action' => 'Action', - 'request_method' => 'Request Method', - 'request_path' => 'Request Path', - 'source_ip' => 'Source IP', - 'api_docs' => 'API Documenation', + 'ip_help' => 'This is the source IP address that will be allowed to use the generated token.', + 'ip_danger' => 'Using 0.0.0.0 will allow ANYONE who has this token to use the SeAT API. This is dangerous. Be careful!', + 'generate' => 'Generate', + 'token' => 'Token|Tokens', + 'current_tokens' => 'Current Tokens', + 'date' => 'Date', + 'comment' => 'Comment', + 'allowed_from' => 'Allowed From', + 'delete' => 'Delete', + 'logs' => 'Logs', + 'api_token_logs' => 'API Token Access Logs', + 'access_logs' => 'Access Logs', + 'action' => 'Action', + 'request_method' => 'Request Method', + 'request_path' => 'Request Path', + 'source_ip' => 'Source IP', + 'api_docs' => 'API Documenation', ];