diff --git a/electrum_dash/gui/qt/main_window.py b/electrum_dash/gui/qt/main_window.py index 638e8b1095..81914cda24 100644 --- a/electrum_dash/gui/qt/main_window.py +++ b/electrum_dash/gui/qt/main_window.py @@ -1260,7 +1260,7 @@ def on_expiry(i): _('This information is seen by the recipient if you send them a signed payment request.'), '\n\n', _('For on-chain requests, the address gets reserved until expiration. After that, it might get reused.'), ' ', - _('The Dash address never expires and will always be part of this electrum wallet.'), ' ', + _('The Firo address never expires and will always be part of this electrum wallet.'), ' ', _('You can reuse a Firo address any number of times but it is not good for your privacy.'), ]) grid.addWidget(HelpLabel(_('Expires after') + ' (?)', msg), 2, 0) diff --git a/electrum_dash/version.py b/electrum_dash/version.py index 8d6785f273..daf22edc34 100644 --- a/electrum_dash/version.py +++ b/electrum_dash/version.py @@ -1,8 +1,8 @@ import re -ELECTRUM_VERSION = '4.1.5.2' # version of the client package -APK_VERSION = '4.1.5.2' # read by buildozer.spec +ELECTRUM_VERSION = '4.1.5.3' # version of the client package +APK_VERSION = '4.1.5.3' # read by buildozer.spec PROTOCOL_VERSION = '1.4.2' # protocol version requested