fix typo on 413/405 error message on the address explorer

This commit is contained in:
Felipe Knorr Kuhn
2021-04-10 21:04:30 -07:00
committed by GitHub
parent 2b1c511611
commit 88c9fd0c7b

View File

@@ -117,7 +117,7 @@
<i>{{ error.error }}</i>
<ng-template [ngIf]="error.status === 413 || error.status === 405">
<br><br>
Consider view this address on the official Mempool website instead:
Consider viewing this address on the official Mempool website instead:
<br>
<a href="https://mempool.space/address/{{ addressString }}" target="_blank">https://mempool.space/address/{{ addressString }}</a>
<br>