Skip to content

Commit

Permalink
➕ placeholder text for apprise url
Browse files Browse the repository at this point in the history
  • Loading branch information
jeankhawand committed Jul 8, 2023
1 parent 1bf0e2c commit 48fc672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/templates/views/integrations.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ <h3>Apprise</h3>
</label>

<label for="form-apprise-url">{{ t "form.integration.apprise_url" }}</label>
<input type="text" name="apprise_url" id="form-apprise-url" value="{{ .form.AppriseURL }}" spellcheck="false">
<input type="text" name="apprise_url" id="form-apprise-url" value="{{ .form.AppriseURL }}" placeholder="http://apprise:8080" spellcheck="false">

<label for="form-apprise-services-url">{{ t "form.integration.apprise_services_url" }}</label>
<input type="text" name="apprise_services_url" id="form-apprise-services-urls" value="{{ .form.AppriseServicesURL }}" spellcheck="false">
Expand Down

0 comments on commit 48fc672

Please sign in to comment.