- Consider viewing this address on the official Mempool website instead:
+ {{ error.error }}
+
+
+ The number of transactions on this address exceeds the Electrum server limit
+
+ Consider viewing this address on the official Mempool website instead:
+ https://mempool.space/address/{{ addressString }}
diff --git a/frontend/src/locale/messages.xlf b/frontend/src/locale/messages.xlf
index 41d2ddcf6..9f619f44a 100644
--- a/frontend/src/locale/messages.xlf
+++ b/frontend/src/locale/messages.xlf
@@ -1023,7 +1023,7 @@
src/app/components/transaction/transaction.component.ts
- 51
+ 53
@@ -1385,11 +1385,19 @@
address.error.loading-address-data
+
+ The number of transactions on this address exceeds the Electrum server limit Consider viewing this address on the official Mempool website instead:
+
+ src/app/components/address/address.component.html
+ 120,123
+
+ Electrum server limit exceeded error
+ Confidentialsrc/app/components/address/address.component.html
- 134,136
+ 137,139src/app/components/amount/amount.component.html