From 37ae69f07afa4b596b0514ca3e07d98786e9ab7e Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Thu, 14 Oct 2021 17:13:55 +0200 Subject: [PATCH] correct language strings in phpconfig formfield for new setting; refs #980 Signed-off-by: Michael Kaufmann --- lib/formfields/admin/phpconfig/formfield.phpconfig_add.php | 3 ++- lib/formfields/admin/phpconfig/formfield.phpconfig_edit.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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(