From 97378a6b150213671a6e73afabdad143b6db2970 Mon Sep 17 00:00:00 2001 From: Erwin Dondorp Date: Fri, 12 Nov 2021 00:43:05 +0100 Subject: [PATCH] ARTEMIS-3568 fixed "in" vs "ion" --- .../src/main/webapp/plugin/js/components/addressSendMessage.js | 2 +- .../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 972035b3a9..fbbb0af20c 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;

This page allows you to send a message to the chosen address. The message will be of type text 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 preferences, if this is not set then these will + using the username and password set in preferences, if this is not set then these will be null.

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 5c27882c66..ee272f7bfa 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;

This page allows you to send a message to the chosen queue. The message will be of type text 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 preferences, if this is not set then these will + using the username and password set in preferences, if this is not set then these will be null.