diff --git a/src/Gui/Options/ui_ConnectionOptionsFrame.h b/src/Gui/Options/ui_ConnectionOptionsFrame.h index c4cde9f..bbcd598 100644 --- a/src/Gui/Options/ui_ConnectionOptionsFrame.h +++ b/src/Gui/Options/ui_ConnectionOptionsFrame.h @@ -281,7 +281,7 @@ class Ui_ConnectionOptionsFrame { ConnectionOptionsFrame->setWindowTitle(QApplication::translate("ConnectionOptionsFrame", "Frame", 0)); m_autoRadio->setText(QApplication::translate("ConnectionOptionsFrame", "Auto selection", 0)); - m_autoHelperLabel->setText(QApplication::translate("ConnectionOptionsFrame", "Wallet will connect to local Bold daemon process on port 63491. In case of no local daemon running it will use an in-wallet embedded node implementation.", 0)); + m_autoHelperLabel->setText(QApplication::translate("ConnectionOptionsFrame", "Wallet will connect to local Bold daemon process on port 53941. In case of no local daemon running it will use an in-wallet embedded node implementation.", 0)); m_embeddedRadio->setText(QApplication::translate("ConnectionOptionsFrame", "Embedded", 0)); m_embeddedHelperLabel->setText(QApplication::translate("ConnectionOptionsFrame", "An in-wallet embedded Bold node will be used.", 0)); m_localRadio->setText(QApplication::translate("ConnectionOptionsFrame", "Local daemon", 0));