Skip to content

Commit 01f74a2

Browse files
committed
fix: close "review transaction" span tag
1 parent 54e2588 commit 01f74a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/sendcoinsdialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ bool SendCoinsDialog::send(const QList<SendCoinsRecipient>& recipients, QString&
383383
/*: Text to prompt a user to review the details of the transaction they are attempting to send. */
384384
question_string.append(tr("Please, review your transaction."));
385385
}
386+
question_string.append("</span>");
386387
question_string.append("<br /><br />");
387388
question_string.append(formatted_short.join("<br />"));
388389
question_string.append("<br />");

0 commit comments

Comments
 (0)