From 27e7da935432fe66a3b31a98283a11276ecb5b53 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 15 Mar 2023 10:03:06 +0100 Subject: [PATCH] DirectorDatafieldForm: varname field description refs #2723 --- application/forms/DirectorDatafieldForm.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/forms/DirectorDatafieldForm.php b/application/forms/DirectorDatafieldForm.php index a306bd71..2561d778 100644 --- a/application/forms/DirectorDatafieldForm.php +++ b/application/forms/DirectorDatafieldForm.php @@ -140,8 +140,7 @@ class DirectorDatafieldForm extends DirectorObjectForm $this->addElement('text', 'varname', array( 'label' => $this->translate('Field name'), 'description' => $this->translate( - 'The unique name of the field. This will be the name of the custom' - . ' variable in the rendered Icinga configuration.' + 'This will be the name of the custom variable in the rendered Icinga configuration.' ), 'required' => true, ));