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

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

commit 00eb38a2e8e0868633d27406608f8d7c7f5bc381
Author: Erwin Dondorp <[email protected]>
AuthorDate: Fri Nov 12 00:45:27 2021 +0100

    ARTEMIS-3568 fixed "it's" vs "its"
    
    (cherry picked from commit 0722b3c57065e2d838fe2eaa0ff1fb6d8458d474)
---
 .../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 5217c92..a00b025 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
@@ -95,7 +95,7 @@ var Artemis;
                         <option value="xml">XML</option>
                     </select>
                     <button class="btn btn-default" 
ng-click="$ctrl.message.formatMessage()"
-                       title="Automatically pretty prints the message so its 
easier to read">Format
+                       title="Automatically pretty prints the message so it's 
easier to read">Format
                     </button>
                 </div>
             </form>
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 ef18a52..0c00d4d 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
@@ -95,7 +95,7 @@ var Artemis;
                         <option value="xml">XML</option>
                     </select>
                     <button class="btn btn-default" 
ng-click="$ctrl.message.formatMessage()"
-                       title="Automatically pretty prints the message so its 
easier to read">Format
+                       title="Automatically pretty prints the message so it's 
easier to read">Format
                     </button>
                 </div>
             </form>

Reply via email to