#12376 changed label in new token

This commit is contained in:
Daniel Cebrian 2023-11-07 13:28:35 +01:00
parent 8f8e5ecf45
commit cacb524ece
2 changed files with 2 additions and 2 deletions

View File

@ -2130,7 +2130,7 @@ $table_other->data[$row][] = html_print_label_input_block(
html_print_select($options_data_multiplier, 'use_data_multiplier', $config['use_data_multiplier'], '', '', 1, true, false, false)
);
$table_other->data[$row][] = html_print_label_input_block(
__('Disable general statistics in main tactical view'),
__('Hide general stats for non admin users in tactical view'),
html_print_checkbox_switch(
'disable_general_statistics',
1,

View File

@ -1569,7 +1569,7 @@ function config_update_config()
}
if (config_update_value('disable_general_statistics', get_parameter('disable_general_statistics', 0), true) === false) {
$error_update[] = __('Disable general statistics');
$error_update[] = __('Hide general stats for non admin users in tactical view');
}
if (config_update_value('decimal_separator', (string) get_parameter('decimal_separator', '.'), true) === false) {