Fix typo in failed upload message (#1874)

This commit is contained in:
exefer 2025-11-09 13:58:56 +01:00 committed by GitHub
parent 2b5403a4da
commit 172436e012
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ return [
'view_logs' => 'View Logs',
'log_not_found' => 'Log not found!',
'log_not_found_description' => 'Could not find log for :filename',
'failed_to_upload' => 'Filed to upload.',
'failed_to_upload' => 'Failed to upload.',
'failed_to_upload_description' => 'HTTP Status: :status',
'log_upload' => 'Log Uploaded!',
'log_upload_action' => 'View Log',