Skip to content

Commit

Permalink
Bump field text
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon committed Jul 29, 2024
1 parent e12b5a6 commit b97d34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changedetectionio/templates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</div>
<div class="pure-control-group">
{{ render_checkbox_field(form.application.form.empty_pages_are_a_change) }}
<span class="pure-form-message-inline">When a page contains HTML, but no renderable text appears (empty page), is this considered a change?</span>
<span class="pure-form-message-inline">When a request returns no content, or the HTML does not contain any text, is this considered a change?</span>
</div>
{% if form.requests.proxy %}
<div class="pure-control-group inline-radio">
Expand Down

0 comments on commit b97d34d

Please sign in to comment.