diff --git a/pages/Sign.qml b/pages/Sign.qml
index 58e07278..f77508bc 100644
--- a/pages/Sign.qml
+++ b/pages/Sign.qml
@@ -121,7 +121,7 @@ Rectangle {
spacing: 8
Label {
text: qsTr("Sign a message or file contents with your address:") + translationManager.emptyString
- fontSize: 18
+ fontSize: 16
}
Label {}
}
@@ -307,7 +307,7 @@ Rectangle {
spacing: 8
Label {
text: qsTr("Verify a message or file signature from an address:") + translationManager.emptyString
- fontSize: 18
+ fontSize: 16
}
Label {}
}
@@ -442,7 +442,7 @@ Rectangle {
width: mainLayout.labelWidth
textFormat: Text.RichText
text: qsTr("\
- Signing address ( Type in or select from Address book )")
+ Signing address ( Paste in or select from Address book )")
+ translationManager.emptyString
onLinkActivated: appWindow.showPageRequest("AddressBook")