Fix duplicate recent block i18n

This commit is contained in:
softsimon 2023-11-26 16:03:53 +09:00
parent da5adc3e4e
commit f0c88ff6cc
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
2 changed files with 5 additions and 9 deletions

View File

@ -110,7 +110,7 @@
<div class="card"> <div class="card">
<div class="card-body"> <div class="card-body">
<a class="title-link" href="" [routerLink]="['/blocks' | relativeUrl]"> <a class="title-link" href="" [routerLink]="['/blocks' | relativeUrl]">
<h5 class="card-title d-inline" i18n="dashboard.recent-block">Recent blocks</h5> <h5 class="card-title d-inline" i18n="dashboard.recent-blocks">Recent Blocks</h5>
<span>&nbsp;</span> <span>&nbsp;</span>
<fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon> <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon>
</a> </a>

View File

@ -3981,6 +3981,10 @@
<context context-type="sourcefile">src/app/components/mining-dashboard/mining-dashboard.component.html</context> <context context-type="sourcefile">src/app/components/mining-dashboard/mining-dashboard.component.html</context>
<context context-type="linenumber">52</context> <context context-type="linenumber">52</context>
</context-group> </context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">113</context>
</context-group>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/shared/components/global-footer/global-footer.component.html</context> <context context-type="sourcefile">src/app/shared/components/global-footer/global-footer.component.html</context>
<context context-type="linenumber">44</context> <context context-type="linenumber">44</context>
@ -5536,14 +5540,6 @@
<note priority="1" from="description">Transaction Status</note> <note priority="1" from="description">Transaction Status</note>
<note priority="1" from="meaning">transaction.status</note> <note priority="1" from="meaning">transaction.status</note>
</trans-unit> </trans-unit>
<trans-unit id="ff3cc795c751d530669fd34cf474882fb02ebdbd" datatype="html">
<source>Recent blocks</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/dashboard/dashboard.component.html</context>
<context context-type="linenumber">113</context>
</context-group>
<note priority="1" from="description">dashboard.recent-block</note>
</trans-unit>
<trans-unit id="aa6ce7e6e6fe5cd080713965451f25bca15a2a25" datatype="html"> <trans-unit id="aa6ce7e6e6fe5cd080713965451f25bca15a2a25" datatype="html">
<source>Recent Transactions</source> <source>Recent Transactions</source>
<context-group purpose="location"> <context-group purpose="location">