mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-09 23:29:27 +01:00
Fix typo in failed upload message (#1874)
This commit is contained in:
parent
2b5403a4da
commit
172436e012
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user