Skip to content

Commit

Permalink
fix spelling of Tor from warning message (firoorg#1440)
Browse files Browse the repository at this point in the history
  • Loading branch information
erciccione authored Jun 12, 2024
1 parent 7ddce40 commit ba702ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/overviewpage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ void OverviewPage::handleEnabledTorChanged(){

if(ui->checkboxEnabledTor->isChecked()){
settings.setValue("fTorSetup", true);
msgBox.setText(tr("Please restart the Firo wallet to route your connection through Tor to protect your IP address. <br>Syncing your wallet might be slower with TOR. <br>Note that -torsetup in firo.conf will always override any changes made here."));
msgBox.setText(tr("Please restart the Firo wallet to route your connection through Tor to protect your IP address. <br>Syncing your wallet might be slower with Tor. <br>Note that -torsetup in firo.conf will always override any changes made here."));
}else{
settings.setValue("fTorSetup", false);
msgBox.setText(tr("Please restart the Firo wallet to disable routing of your connection through Tor to protect your IP address. <br>Note that -torsetup in firo.conf will always override any changes made here."));
Expand Down

0 comments on commit ba702ec

Please sign in to comment.