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

View File

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