This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 5708bcb  ARTEMIS-3633 fixed description for password field in 
preferences tab
5708bcb is described below

commit 5708bcbf56e01ef32421dcbde05e613404f4e003
Author: Erwin Dondorp <[email protected]>
AuthorDate: Sat Jan 8 16:36:32 2022 +0100

    ARTEMIS-3633 fixed description for password field in preferences tab
---
 .../artemis-plugin/src/main/webapp/plugin/js/components/preferences.js  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/preferences.js
 
b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/preferences.js
index 3ac856c..2dfb628 100644
--- 
a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/preferences.js
+++ 
b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/preferences.js
@@ -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"/>

Reply via email to