diff --git a/scripts/joinmarket-qt.py b/scripts/joinmarket-qt.py index 40daabf..d120724 100755 --- a/scripts/joinmarket-qt.py +++ b/scripts/joinmarket-qt.py @@ -1205,7 +1205,7 @@ class SpendTab(QWidget): if len(self.amountInput.text()) == 0: JMQtMessageBox( self, - "Amount, in bitcoins, must be provided.", + "Amount must be provided.", mbtype='warn', title="Error") return False if len(self.changeInput.text().strip()) != 0: