Fix incorrect label for
attribute
This commit is contained in:
parent
6648e0af38
commit
e8147f26b9
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
<label for="form-apprise-url">{{ t "form.integration.apprise_url" }}</label>
|
||||
<input type="url" 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 for="form-apprise-services-urls">{{ t "form.integration.apprise_services_url" }}
|
||||
<a href="https://github.com/caronc/apprise/wiki" target="_blank">
|
||||
{{ icon "external-link" }}
|
||||
</a>
|
||||
|
@ -155,7 +155,7 @@
|
|||
<label for="form-matrix-bot-user">{{ t "form.integration.matrix_bot_user" }}</label>
|
||||
<input type="text" name="matrix_bot_user" id="form-matrix-bot-user" value="{{ .form.MatrixBotUser }}" spellcheck="false">
|
||||
|
||||
<label for="form-matrix-chat-password">{{ t "form.integration.matrix_bot_password" }}</label>
|
||||
<label for="form-matrix-password">{{ t "form.integration.matrix_bot_password" }}</label>
|
||||
<input type="password" name="matrix_bot_password" id="form-matrix-password" value="{{ .form.MatrixBotPassword }}" spellcheck="false">
|
||||
|
||||
<label for="form-matrix-url">{{ t "form.integration.matrix_bot_url" }}</label>
|
||||
|
|
Loading…
Reference in a new issue