Settings: Paging - Modify description to include "Default: 50".
This commit is contained in:
parent
cd7843b7f3
commit
334ce42827
|
|
@ -55,7 +55,7 @@ if ($domains_processed == 1) {
|
|||
$array[$x]['default_setting_name'] = 'numeric';
|
||||
$array[$x]['default_setting_value'] = '100';
|
||||
$array[$x]['default_setting_enabled'] = 'false';
|
||||
$array[$x]['default_setting_description'] = 'Set the maximum number of records displayed per page.';
|
||||
$array[$x]['default_setting_description'] = 'Set the maximum number of records displayed per page. (Default: 50)';
|
||||
$x++;
|
||||
$array[$x]['default_setting_category'] = 'security';
|
||||
$array[$x]['default_setting_subcategory'] = 'password_length';
|
||||
|
|
|
|||
Loading…
Reference in New Issue