Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Spl3en committed Mar 10, 2019
1 parent 391e6b4 commit 3f5aca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/address_book.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h4 class="text-spaced input-required">Search</h4>
<div class="input-wrap">
<h4 class="text-spaced input-required">Select address book</h4>
<select id="addressBookSelector" name="loadedAddressBook" class="text-block wtl">
<option value="default">Default/Builtin Address Book</option>
<option value="default">Default/Built in Address Book</option>
</select>
<a href="#" tabindex="0" id="addAddressBook" class="input-extra-link" title="Create new address book">
<i class="fas fa-plus-circle"></i>
Expand Down

0 comments on commit 3f5aca9

Please sign in to comment.