mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 22:23:34 -07:00
Fix typo
This commit is contained in:
parent
50c07f8536
commit
df01dfbbdc
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
|
||||
<div class="form-group cronBox">
|
||||
<mat-form-field appearance="outline" floatLabel=always>
|
||||
<mat-label for="plexRecentlyAddedSync" class="control-mat-label">Emby Recently Added Sync</mat-label>
|
||||
<mat-label for="embyRecentlyAddedSync" class="control-mat-label">Emby Recently Added Sync</mat-label>
|
||||
<input type="text" matInput [ngClass]="{'form-error': form.get('embyRecentlyAddedSync').hasError('required')}" id="embyRecentlyAddedSync" name="embyRecentlyAddedSync" formControlName="embyRecentlyAddedSync">
|
||||
<small *ngIf="form.get('embyRecentlyAddedSync').hasError('required')" class="error-text">The Emby Recently Added Sync is required</small></mat-form-field>
|
||||
<button mat-raised-button type="button" class="btn btn-sm btn-primary-outline cronbtn" (click)="testCron(form.get('embyRecentlyAddedSync')?.value)">Test</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue