Fixed pointing to the wrong locale string

This commit is contained in:
Joseph Milazzo 2024-12-08 10:55:28 -06:00
parent 4f13ae0f0b
commit cfb7ef54f6

View file

@ -290,7 +290,7 @@
<div class="row g-0 mt-4 mb-4"> <div class="row g-0 mt-4 mb-4">
@if (settingsForm.get('onDeckUpdateDays'); as formControl) { @if (settingsForm.get('onDeckUpdateDays'); as formControl) {
<app-setting-item [title]="t('on-deck-last-chapter-add-label')" [subtitle]="t('on-deck-last-progress-tooltip')"> <app-setting-item [title]="t('on-deck-last-chapter-add-label')" [subtitle]="t('on-deck-last-chapter-add-tooltip')">
<ng-template #view> <ng-template #view>
{{formControl.value}} {{formControl.value}}
</ng-template> </ng-template>