Fixing one last i18n string

This commit is contained in:
softsimon 2023-11-26 16:59:45 +09:00
parent 1cece1037a
commit 8ae4c75c1a
No known key found for this signature in database
GPG key ID: 488D7DCFB5A430D7
2 changed files with 5 additions and 1 deletions

View file

@ -6,7 +6,7 @@
<form class="formRadioGroup">
<div class="btn-group btn-group-toggle" name="radioBasic">
<label class="btn btn-primary btn-sm" [class.active]="!fullRbf">
<input type="radio" [value]="'All'" fragment="" [routerLink]="[]" i18n="all">All</label>
<input type="radio" [value]="'All'" fragment="" [routerLink]="[]"><span i18n="all">All</span></label>
<label class="btn btn-primary btn-sm" [class.active]="fullRbf">
<input type="radio" [value]="'Full RBF'" fragment="fullrbf" [routerLink]="[]" i18n="transaction.full-rbf">Full RBF</label>
</div>

View file

@ -1943,6 +1943,10 @@
<context context-type="sourcefile">src/app/components/pool/pool.component.html</context>
<context context-type="linenumber">463</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/rbf-list/rbf-list.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.html</context>
<context context-type="linenumber">60</context>