Skip to content

Commit

Permalink
update address book placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptochangements34 authored May 5, 2018
1 parent c23ffe9 commit 115ab4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/AddressBook.qml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Rectangle {
id: addressLine
labelText: qsTr("Address") + translationManager.emptyString
error: true;
placeholderText: qsTr("4...") + translationManager.emptyString
placeholderText: qsTr("5...") + translationManager.emptyString
}
}

Expand Down

0 comments on commit 115ab4e

Please sign in to comment.