diff --git a/lib/formfields/admin/phpconfig/formfield.phpconfig_add.php b/lib/formfields/admin/phpconfig/formfield.phpconfig_add.php index d3aa3e84..20d97b2f 100644 --- a/lib/formfields/admin/phpconfig/formfield.phpconfig_add.php +++ b/lib/formfields/admin/phpconfig/formfield.phpconfig_add.php @@ -181,7 +181,8 @@ return array( 'value' => $result['phpsettings'] ), 'allow_all_customers' => array( - 'label' => $lng['serversettings']['phpfpm_settings']['allow_all_customers'], + 'label' => $lng['serversettings']['phpfpm_settings']['allow_all_customers']['title'], + 'desc' => $lng['serversettings']['phpfpm_settings']['allow_all_customers']['description'], 'type' => 'checkbox', 'values' => array( array( diff --git a/lib/formfields/admin/phpconfig/formfield.phpconfig_edit.php b/lib/formfields/admin/phpconfig/formfield.phpconfig_edit.php index c4d45c92..e8b54f92 100644 --- a/lib/formfields/admin/phpconfig/formfield.phpconfig_edit.php +++ b/lib/formfields/admin/phpconfig/formfield.phpconfig_edit.php @@ -189,7 +189,8 @@ return array( 'value' => $result['phpsettings'] ), 'allow_all_customers' => array( - 'label' => $lng['serversettings']['phpfpm_settings']['allow_all_customers'], + 'label' => $lng['serversettings']['phpfpm_settings']['allow_all_customers']['title'], + 'desc' => $lng['serversettings']['phpfpm_settings']['allow_all_customers']['description'], 'type' => 'checkbox', 'values' => array( array(