mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 17:13:49 +00:00
Settings: Paging - Modify description to include "Default: 50".
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user