Fixed pointing to the wrong locale string
This commit is contained in:
parent
4f13ae0f0b
commit
cfb7ef54f6
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@
|
|||
|
||||
<div class="row g-0 mt-4 mb-4">
|
||||
@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>
|
||||
{{formControl.value}}
|
||||
</ng-template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue