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:
Sevdin Filiz 2017-02-11 23:26:01 +02:00 committed by Luke Towers
parent 9a2a981cdf
commit 880b770ad3
2 changed files with 2 additions and 1 deletions

View File

@ -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',

View File

@ -3,7 +3,7 @@
# ===================================
tabs:
defaultTab: Logging
defaultTab: system::lang.log.default_tab
fields:
log_requests: