Change example URL in help text to be clearer. Fixes #728.

This commit is contained in:
Owen Mehegan 2018-03-22 16:42:15 +11:00
parent 06116f9ead
commit 39b87da013
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<f:textbox value="${connection.name}"/>
<input type="hidden" name="id" value="${connection}"/>
</f:entry>
<f:entry title="${%Gitlab host URL}" field="url" description="${%The complete URL to the Gitlab server} (${%i.e. http://gitlab.org})">
<f:entry title="${%Gitlab host URL}" field="url" description="${%The complete URL to the Gitlab server} (${%e.g. http://gitlab.mydomain.com})">
<f:textbox value="${connection.url}"/>
</f:entry>
<f:entry title="${%Credentials}" field="apiTokenId" description="${%API Token for accessing Gitlab}">