fix: code review

This commit is contained in:
Richard Ramos 2020-11-26 13:15:20 -04:00 committed by Iuri Matias
parent b996d860d1
commit 2f25ce5e80
1 changed files with 3 additions and 1 deletions

View File

@ -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;