ARTEMIS-3568 fixed "it's" vs "its"

This commit is contained in:
Erwin Dondorp 2021-11-12 00:45:27 +01:00 committed by clebertsuconic
parent 97378a6b15
commit 0722b3c570
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>