We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5329b7d commit 21504aeCopy full SHA for 21504ae
src/qt/overviewpage.cpp
@@ -404,7 +404,7 @@ void OverviewPage::updateCoinJoinProgress()
404
if(nMaxToAnonymize == 0) return;
405
406
if (m_privacy) {
407
- strAmountAndRounds = "#### DASH / ## Rounds";
+ strAmountAndRounds = "#### " + BitcoinUnits::name(nDisplayUnit) + " / " + tr("%n Rounds", "", 0);
408
ui->labelAmountRounds->setToolTip("");
409
} else if (nMaxToAnonymize >= clientModel->coinJoinOptions().getAmount() * COIN) {
410
ui->labelAmountRounds->setToolTip(tr("Found enough compatible inputs to mix %1")
0 commit comments