Merge pull request #4200 from Ombi-app/UI-wording

Adjust wording of prompt for app URL
pull/4210/head v4.0.1386
Jamie 3 years ago committed by GitHub
commit 1691d827b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
<settings-menu></settings-menu> <settings-menu></settings-menu>
<div class="small-middle-container"> <div class="small-middle-container">
<wiki [path]="'/settings/customization/'"></wiki> <wiki [path]="'/settings/customization/'"></wiki>
<fieldset *ngIf="settings"> <fieldset *ngIf="settings">
@ -12,9 +12,8 @@
</mat-form-field> </mat-form-field>
</div> </div>
<div class="md-form-field"> <div class="md-form-field">
<mat-hint>The application url should be your Externally Accessible URL for example, your internal URL is http://192.168.1.50/ but your Externally <mat-hint>The application url should be your Externally Accessible URL (the address you use to reach Ombi from outside your system). For example, 'https://example.com/requests'. <br />Please ensure this field is correct as it drives a lot of functionality, including the QR code for the
Accessible URL is 'https://mydomain.com/requests' Please ensure this field is correct as it drives a lot of functionality include the QR code for the mobile app, and the way email notifications are sent.
mobile app and it affects the way email notifications are sent.
</mat-hint> </mat-hint>
<mat-form-field appearance="outline"> <mat-form-field appearance="outline">
<mat-label>Application URL</mat-label> <mat-label>Application URL</mat-label>
@ -81,4 +80,4 @@
</fieldset> </fieldset>
</div> </div>

Loading…
Cancel
Save