Add 'logging' language variable for logging setting tab. (#2669)
"defaultTab: Logging" definition is hard coded. Changing it to pull from "system::lang.log.default_tab"
This commit is contained in:
parent
9a2a981cdf
commit
880b770ad3
|
|
@ -353,6 +353,7 @@ return [
|
|||
'log' => [
|
||||
'menu_label' => 'Log settings',
|
||||
'menu_description' => 'Specify which areas should use logging.',
|
||||
'default_tab' => 'Logging',
|
||||
'log_events' => 'Log system events',
|
||||
'log_events_comment' => 'Browser requests that may require attention, such as 404 errors.',
|
||||
'log_requests' => 'Log bad requests',
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# ===================================
|
||||
|
||||
tabs:
|
||||
defaultTab: Logging
|
||||
defaultTab: system::lang.log.default_tab
|
||||
fields:
|
||||
|
||||
log_requests:
|
||||
|
|
|
|||
Loading…
Reference in New Issue