Skip to content

Commit 022f7c6

Browse files
committed
Update veilstatusbar.cpp
Sentence correction suggested by a user.
1 parent 83bd2bf commit 022f7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/veil/veilstatusbar.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void VeilStatusBar::onCheckStakingClicked(bool res) {
136136
} else {
137137
this->walletModel->setStakingEnabled(false);
138138
mainWindow->updateWalletStatus();
139-
openToastDialog("Staking disabled - this may a few minutes", mainWindow);
139+
openToastDialog("Staking disabled - this may take a few minutes", mainWindow);
140140
setStakingText();
141141
}
142142

0 commit comments

Comments
 (0)