We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83bd2bf commit 022f7c6Copy full SHA for 022f7c6
src/qt/veil/veilstatusbar.cpp
@@ -136,7 +136,7 @@ void VeilStatusBar::onCheckStakingClicked(bool res) {
136
} else {
137
this->walletModel->setStakingEnabled(false);
138
mainWindow->updateWalletStatus();
139
- openToastDialog("Staking disabled - this may a few minutes", mainWindow);
+ openToastDialog("Staking disabled - this may take a few minutes", mainWindow);
140
setStakingText();
141
}
142
0 commit comments