From 8b6f966c16273534b930956399d174dd5f4de3bf Mon Sep 17 00:00:00 2001 From: Christian Menapace <49369365+cmenapace@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:53:05 +0200 Subject: [PATCH] Proxy Description newline --- application/forms/Config/ConfigForm.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/application/forms/Config/ConfigForm.php b/application/forms/Config/ConfigForm.php index 929ab4b..b693def 100644 --- a/application/forms/Config/ConfigForm.php +++ b/application/forms/Config/ConfigForm.php @@ -63,7 +63,10 @@ protected function assemble() 'proxy', [ 'label' => $this->translate('Proxy Server'), - 'description' => $this->translate('Proxy Server used to connect to Jira if needed, format :'), + 'description' => $this->translate( + 'Proxy Server used to connect to Jira if needed, ' + . 'format :' + ), 'required' => false, ] );