ARTEMIS-3633 fixed description for password field in preferences tab

This commit is contained in:
Erwin Dondorp 2022-01-08 16:36:32 +01:00 committed by clebertsuconic
parent 54f4cb560c
commit 5708bcbf56
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ var Artemis;
<div class="form-group">
<label class="col-md-2 control-label" for="artemisPassword">
Artemis password
<span class="pficon pficon-info" data-toggle="tooltip" data-placement="top" title="The user name to be used when connecting to the broker"></span>
<span class="pficon pficon-info" data-toggle="tooltip" data-placement="top" title="The password to be used when connecting to the broker"></span>
</label>
<div class="col-md-6">
<input id="artemisPassword" type="password" class="form-control" ng-model="artemisPassword"/>