Fix(constants): Update bug report references to Pallectrum
- Update bug report URLs from spesmilo/electrum to palladium-coin/pallectrum - Change "Electrum" to "Pallectrum" in Help > Report Bug dialog
This commit is contained in:
@@ -55,8 +55,8 @@ def create_fallback_node_list(fallback_nodes_dict: dict[str, dict]) -> List[LNPe
|
||||
return fallback_nodes
|
||||
|
||||
|
||||
GIT_REPO_URL = "https://github.com/spesmilo/electrum"
|
||||
GIT_REPO_ISSUES_URL = "https://github.com/spesmilo/electrum/issues"
|
||||
GIT_REPO_URL = "https://github.com/palladium-coin/pallectrum"
|
||||
GIT_REPO_ISSUES_URL = "https://github.com/palladium-coin/pallectrum/issues"
|
||||
BIP39_WALLET_FORMATS = read_json('bip39_wallet_formats.json')
|
||||
|
||||
|
||||
|
||||
@@ -897,10 +897,10 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger, QtEventListener):
|
||||
msg = ' '.join([
|
||||
_("Please report any bugs as issues on github:<br/>"),
|
||||
f'''<a href="{constants.GIT_REPO_ISSUES_URL}">{constants.GIT_REPO_ISSUES_URL}</a><br/><br/>''',
|
||||
_("Before reporting a bug, upgrade to the most recent version of Electrum (latest release or git HEAD), and include the version number in your report."),
|
||||
_("Before reporting a bug, upgrade to the most recent version of Pallectrum (latest release or git HEAD), and include the version number in your report."),
|
||||
_("Try to explain not only what the bug is, but how it occurs.")
|
||||
])
|
||||
self.show_message(msg, title="Electrum - " + _("Reporting Bugs"), rich_text=True)
|
||||
self.show_message(msg, title="Pallectrum - " + _("Reporting Bugs"), rich_text=True)
|
||||
|
||||
def notify_transactions(self):
|
||||
if self.tx_notification_queue.qsize() == 0:
|
||||
|
||||
Reference in New Issue
Block a user