Back to Kavita

Match Series Modal.Component

UI/Web/src/app/_single-module/match-series-modal/match-series-modal.component.html

0.9.0419 B
Original Source

{{t('title', {seriesName: series().name})}}

{{t('description')}}

@if (formGroup.get('query'); as formControl) { @if (formControl.errors) { @if (formControl.errors.required) { {{t('required-field')}} } } }

{{t('search')}}

@if (!formGroup.get('dontMatch')?.value) { @for(item of matches(); track item.series.name) { } @empty { @if (!isLoading()) {

{{t('no-results')}}

} } }

{{t('close')}}{{t('save')}}