fix typo on 413/405 error message on the address explorer
This commit is contained in:
parent
2b1c511611
commit
88c9fd0c7b
@ -117,7 +117,7 @@
|
|||||||
<i>{{ error.error }}</i>
|
<i>{{ error.error }}</i>
|
||||||
<ng-template [ngIf]="error.status === 413 || error.status === 405">
|
<ng-template [ngIf]="error.status === 413 || error.status === 405">
|
||||||
<br><br>
|
<br><br>
|
||||||
Consider view this address on the official Mempool website instead:
|
Consider viewing this address on the official Mempool website instead:
|
||||||
<br>
|
<br>
|
||||||
<a href="https://mempool.space/address/{{ addressString }}" target="_blank">https://mempool.space/address/{{ addressString }}</a>
|
<a href="https://mempool.space/address/{{ addressString }}" target="_blank">https://mempool.space/address/{{ addressString }}</a>
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user