web: Fix typo in settings component (#2022)

Co-authored-by: mathieu cesbron <mathieucesbron@mathieus-MacBook-Pro.local>
This commit is contained in:
Mathieu Cesbron
2025-09-01 08:53:47 +08:00
committed by GitHub
parent e98b9561ec
commit a3c042cb93

View File

@@ -156,7 +156,7 @@
</mat-form-field>
<mat-form-field>
<input matInput name="smtpRecipientList" [(ngModel)]="settings.communications.smtp.recipientList" [disabled]="!settings?.communications.smtp.enabled" placeholder="Recipient List (comma seperated)">
<input matInput name="smtpRecipientList" [(ngModel)]="settings.communications.smtp.recipientList" [disabled]="!settings?.communications.smtp.enabled" placeholder="Recipient List (comma separated)">
</mat-form-field>
</form>
</mat-expansion-panel>