diff --git a/ui/app/AppLayouts/Browser/SignMessageModal.qml b/ui/app/AppLayouts/Browser/SignMessageModal.qml index 5c644ee0e5..bb8c8b3281 100644 --- a/ui/app/AppLayouts/Browser/SignMessageModal.qml +++ b/ui/app/AppLayouts/Browser/SignMessageModal.qml @@ -212,7 +212,9 @@ ModalPopup { StatusButton { id: btnNext anchors.right: parent.right - text: showSigningPhrase ? qsTr("Sign") : qsTr("Sign with password") + text: showSigningPhrase ? + qsTr("Sign") : + qsTr("Sign with password") onClicked: { if(!showSigningPhrase){ showSigningPhrase = true;