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:17 UTC

[activemq-artemis] 04/06: ARTEMIS-3568 fixed "it's" vs "its"

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 0722b3c57065e2d838fe2eaa0ff1fb6d8458d474
Author: Erwin Dondorp <er...@cgi.com>
AuthorDate: Fri Nov 12 00:45:27 2021 +0100

    ARTEMIS-3568 fixed "it's" vs "its"
---
 .../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 fbbb0af..6fc17c6 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 ee272f7..6705e21 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>