Only display Trade Mark sign on english language. (#608)

This commit is contained in:
softsimon
2021-07-13 12:00:05 +03:00
committed by GitHub
parent b4eea3dc72
commit f2e0a71b01
2 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
</div>
<div class="about-text">
<h5><ng-container i18n="about.about-the-project">The Mempool Open Source Project</ng-container> &trade;</h5>
<h5><ng-container i18n="about.about-the-project">The Mempool Open Source Project</ng-container><ng-template [ngIf]="locale.substr(0, 2) === 'en'"> &trade;</ng-template></h5>
<p i18n>Building a mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, without any advertising, altcoins, or third-party trackers.</p>
</div>