Skip to content

Commit 3f292bb

Browse files
committed
QT Text
1 parent 65d5d76 commit 3f292bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/qt/sendcoinsdialog.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ void SendCoinsDialog::on_sendButton_clicked()
340340
questionString.append("<br></br>");
341341
questionString.append(tr("Do not use for SmartNode collateral funding.<br></br>"));
342342
questionString.append(tr("You will not get SmartRewards on these funds.<br></br>"));
343-
questionString.append(tr("TermRewards requires 1,2, or 3 year TimeLock and 101K or more Smart<br></br>"));
344-
questionString.append(tr("SmartRetire requires a 15 year TimeLock and 101K or more Smart"));
343+
questionString.append(tr("TermRewards requires 1,2, or 3 year TimeLock and 101K or more Smart.<br></br>"));
344+
questionString.append(tr("SmartRetire requires a 15 year TimeLock and 101K or more Smart."));
345345
questionString.append("</span></br><hr />");
346346
questionString.append(tr("Are you sure you want to send with a TimeLock?"));
347347

0 commit comments

Comments
 (0)