add missing i18n

This commit is contained in:
softsimon
2024-07-02 16:46:49 +09:00
parent 53109aa50a
commit 5715915850
2 changed files with 9 additions and 1 deletions

View File

@@ -24,7 +24,7 @@
<tr>
<td class="td-width field-label" i18n="transaction.accelerated-by-hashrate|Accelerated to hashrate">Accelerated by</td>
<td class="field-value" *ngIf="acceleratedByPercentage">
{{ acceleratedByPercentage }} <span class="symbol hashrate-label">of hashrate</span>
<ng-container i18n="accelerator.x-of-hash-rate">{{ acceleratedByPercentage }} <span class="symbol hashrate-label">of hashrate</span></ng-container>
</td>
</tr>
</tbody>