mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Fixed #3723
This commit is contained in:
parent
55cba83161
commit
daea8a5e87
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
<div class="md-form-field">
|
<div class="md-form-field">
|
||||||
<mat-form-field *ngIf="settings.enableCustomDonations" appearance="outline" floatLabel=always>
|
<mat-form-field *ngIf="settings.enableCustomDonations" appearance="outline" floatLabel=always>
|
||||||
<mat-label>Custom Donation URL</mat-label>
|
<mat-label>Custom Donation URL</mat-label>
|
||||||
<input matInput placeholder="Custom Donation URL" [(ngModel)]="settings.enableCustomDonations" matTooltip="Set a custom message to be displayed in the navigation bar.">
|
<input matInput placeholder="Custom Donation URL" [(ngModel)]="settings.customDonationMessage" matTooltip="Set a custom message to be displayed in the navigation bar.">
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-form-field">
|
<div class="md-form-field">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue