Skip to content

Commit

Permalink
Proxy Description newline
Browse files Browse the repository at this point in the history
  • Loading branch information
cmenapace committed Apr 30, 2024
1 parent 690067c commit 8b6f966
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion application/forms/Config/ConfigForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <hostname or IP>:<port>'),
'description' => $this->translate(
'Proxy Server used to connect to Jira if needed, '
. 'format <hostname or IP>:<port>'
),
'required' => false,
]
);
Expand Down

0 comments on commit 8b6f966

Please sign in to comment.