Skip to content

Commit f7c4c42

Browse files
committed
always show source name help text #10217
1 parent 7deb300 commit f7c4c42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/webapp/harvestclients.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
<p:inputText id="sourcename" styleClass="form-control"
215215
value="#{harvestingClientsPage.sourceName}" />
216216
<p:message for="sourcename"/>
217-
<p class="help-block" jsf:rendered="#{harvestingClientsPage.createMode}">#{bundle['harvestclients.newClientDialog.sourcename.helptext']}</p>
217+
<p class="help-block">#{bundle['harvestclients.newClientDialog.sourcename.helptext']}</p>
218218
</div>
219219
</div>
220220

0 commit comments

Comments
 (0)