You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2021/12/15 00:25:16 UTC

[activemq-artemis] 03/06: ARTEMIS-3568 fixed "in" vs "ion"

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

commit 97378a6b150213671a6e73afabdad143b6db2970
Author: Erwin Dondorp <er...@cgi.com>
AuthorDate: Fri Nov 12 00:43:05 2021 +0100

    ARTEMIS-3568 fixed "in" vs "ion"
---
 .../src/main/webapp/plugin/js/components/addressSendMessage.js          | 2 +-
 .../artemis-plugin/src/main/webapp/plugin/js/components/sendMessage.js  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/addressSendMessage.js b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/addressSendMessage.js
index 972035b..fbbb0af 100644
--- a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/addressSendMessage.js
+++ b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/addressSendMessage.js
@@ -108,7 +108,7 @@ var Artemis;
                 <p>
                     This page allows you to send a message to the chosen address. The message will be of type <code>text</code>
                     message and it will be possible to add headers to the message. The sending of the message will be authenticated
-                    using the username and password set ion <code>preferences</code>, if this is not set then these will
+                    using the username and password set in <code>preferences</code>, if this is not set then these will
                     be null.
                 </p>
             </div>
diff --git a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/sendMessage.js b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/sendMessage.js
index 5c27882..ee272f7 100644
--- a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/sendMessage.js
+++ b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/sendMessage.js
@@ -108,7 +108,7 @@ var Artemis;
                 <p>
                     This page allows you to send a message to the chosen queue. The message will be of type <code>text</code>
                     message and it will be possible to add headers to the message. The sending of the message will be authenticated
-                    using the username and password set ion <code>preferences</code>, if this is not set then these will
+                    using the username and password set in <code>preferences</code>, if this is not set then these will
                     be null.
                 </p>
             </div>