Skip to content

Commit

Permalink
Add i18n for Select label in book multi select
Browse files Browse the repository at this point in the history
  • Loading branch information
pmachapman committed Apr 22, 2024
1 parent e752a15 commit 8945594
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div *ngIf="availableBooks.length > 0 && !readonly">
<mat-card class="bulk-select">
<div>
<span>Select:</span>
<span>{{ t("book_select.select") }}:</span>
<mat-button-toggle-group (change)="select($event.value)" [(ngModel)]="selection">
<mat-button-toggle value="OT" [disabled]="!isOldTestamentAvailable()">
{{ t("book_select.old_testament") }}
Expand Down

0 comments on commit 8945594

Please sign in to comment.