1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

fix: update Wallabag URL label to avoid confusion

This commit is contained in:
Frédéric Guillot 2025-01-18 17:22:49 -08:00 committed by GitHub
parent 400e8974f9
commit 49c62db2e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 19 additions and 19 deletions

View file

@ -581,7 +581,7 @@
</label>
<label for="form-wallabag-url">{{ t "form.integration.wallabag_endpoint" }}</label>
<input type="url" name="wallabag_url" id="form-wallabag-url" value="{{ .form.WallabagURL }}" placeholder="http://v2.wallabag.org/" spellcheck="false">
<input type="url" name="wallabag_url" id="form-wallabag-url" value="{{ .form.WallabagURL }}" spellcheck="false">
<label for="form-wallabag-client-id">{{ t "form.integration.wallabag_client_id" }}</label>
<input type="text" name="wallabag_client_id" id="form-wallabag-client-id" value="{{ .form.WallabagClientID }}" spellcheck="false">