Fixing one last i18n string

This commit is contained in:
softsimon
2023-11-26 16:59:45 +09:00
parent 1cece1037a
commit 8ae4c75c1a
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>