frontend fixes
This commit is contained in:
16
Core/Localization/en_US/logs.php
Normal file
16
Core/Localization/en_US/logs.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
"title" => "System Log",
|
||||
"severity" => "Severity",
|
||||
"timestamp" => "Timestamp",
|
||||
"module" => "Module",
|
||||
"message" => "Message",
|
||||
"search" => "Search",
|
||||
"search_query" => "Search query",
|
||||
"no_entries_placeholder" => "No log entries to display",
|
||||
"timestamp_placeholder" => "Select date and time to filter",
|
||||
|
||||
// dialog
|
||||
"fetch_log_error" => "Error fetching log entries",
|
||||
];
|
||||
Reference in New Issue
Block a user