diff --git a/electrum/constants.py b/electrum/constants.py
index 59cfd956a..45b19c119 100644
--- a/electrum/constants.py
+++ b/electrum/constants.py
@@ -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')
diff --git a/electrum/gui/qt/main_window.py b/electrum/gui/qt/main_window.py
index 326348508..1111dc5c5 100644
--- a/electrum/gui/qt/main_window.py
+++ b/electrum/gui/qt/main_window.py
@@ -897,10 +897,10 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger, QtEventListener):
msg = ' '.join([
_("Please report any bugs as issues on github:
"),
f'''{constants.GIT_REPO_ISSUES_URL}
''',
- _("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: