From 2f25ce5e806569e930ea307b38220fa03147b370 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Thu, 26 Nov 2020 13:15:20 -0400 Subject: [PATCH] fix: code review --- ui/app/AppLayouts/Browser/SignMessageModal.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;