Skip to content

Commit b4f3fcd

Browse files
authored
Improve phrasing of system configuration online help (#172)
Workspace is the common term for the directory where Jenkins builds perform their work. Use a blockquote because the help text includes the message that will be displayed. Testing done: Confirmed that the new help text displays correctly in Jenkins 2.528.1 from the "Manage Jenkins" page.
1 parent 65b4a6c commit b4f3fcd

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<div>
2-
The message should be displayed:<br/>
3-
'If working space is empty, the plug needs clone the repository, before it can display the contents. This may take some time if you have a slow connection or repository is large.'<br/>
4-
The message is displayed under the selection field. Only for revisions as a parameter type.
2+
The message should be displayed:
3+
<blockquote>
4+
<p>
5+
If the workspace is empty, the plugin needs to clone the repository before it can display the contents.
6+
This may take some time if you have a slow connection or the repository is large.
7+
</p>
8+
</blockquote>
9+
The message is displayed under the selection field for a <code>revision</code> parameter type.
510
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
retrieving.references=Retrieving Git references...
2-
needs.to.clone=If working space is empty, the plug needs clone the repository, before it can display the contents. This may take some time if you have a slow connection or repository is large.
2+
needs.to.clone=If the workspace is empty, the plugin needs to clone the repository before it can display the contents. This may take some time if you have a slow connection or the repository is large.

0 commit comments

Comments
 (0)