Skip to content

Commit

Permalink
QT Text
Browse files Browse the repository at this point in the history
  • Loading branch information
thesolarminer committed Jun 13, 2021
1 parent 65d5d76 commit 3f292bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/sendcoinsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ void SendCoinsDialog::on_sendButton_clicked()
questionString.append("<br></br>");
questionString.append(tr("Do not use for SmartNode collateral funding.<br></br>"));
questionString.append(tr("You will not get SmartRewards on these funds.<br></br>"));
questionString.append(tr("TermRewards requires 1,2, or 3 year TimeLock and 101K or more Smart<br></br>"));
questionString.append(tr("SmartRetire requires a 15 year TimeLock and 101K or more Smart"));
questionString.append(tr("TermRewards requires 1,2, or 3 year TimeLock and 101K or more Smart.<br></br>"));
questionString.append(tr("SmartRetire requires a 15 year TimeLock and 101K or more Smart."));
questionString.append("</span></br><hr />");
questionString.append(tr("Are you sure you want to send with a TimeLock?"));

Expand Down

0 comments on commit 3f292bb

Please sign in to comment.