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>
|
<option value="xml">XML</option>
|
||||||
</select>
|
</select>
|
||||||
<button class="btn btn-default" ng-click="$ctrl.message.formatMessage()"
|
<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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -95,7 +95,7 @@ var Artemis;
|
||||||
<option value="xml">XML</option>
|
<option value="xml">XML</option>
|
||||||
</select>
|
</select>
|
||||||
<button class="btn btn-default" ng-click="$ctrl.message.formatMessage()"
|
<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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue