ARTEMIS-3568 fixed "it's" vs "its"
This commit is contained in:
parent
97378a6b15
commit
0722b3c570
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue