Skip to content

Commit 8b6f966

Browse files
authoredApr 30, 2024
Proxy Description newline
1 parent 690067c commit 8b6f966

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎application/forms/Config/ConfigForm.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ protected function assemble()
6363
'proxy',
6464
[
6565
'label' => $this->translate('Proxy Server'),
66-
'description' => $this->translate('Proxy Server used to connect to Jira if needed, format <hostname or IP>:<port>'),
66+
'description' => $this->translate(
67+
'Proxy Server used to connect to Jira if needed, '
68+
. 'format <hostname or IP>:<port>'
69+
),
6770
'required' => false,
6871
]
6972
);

0 commit comments

Comments
 (0)