rename RBF history to timeline

This commit is contained in:
softsimon
2024-07-05 15:47:06 +09:00
parent bdd51a0f4b
commit 2773c21343
2 changed files with 4 additions and 4 deletions

View File

@@ -163,7 +163,7 @@
<ng-container *ngIf="rbfInfo">
<div class="title float-left">
<h2 id="rbf" i18n="transaction.rbf-history|RBF History">RBF History</h2>
<h2 id="rbf" i18n="transaction.rbf-history|RBF Timeline">RBF Timeline</h2>
</div>
<div class="clearfix"></div>
<app-rbf-timeline [txid]="txId" [replacements]="rbfInfo"></app-rbf-timeline>