Back to Changedetection Io

Clear All History

changedetectionio/blueprint/ui/templates/clear_all_history.html

0.55.3463 B
Original Source

{% extends 'base.html' %} {% block content %}

{{ _('This will remove version history (snapshots) for ALL watches, but keep your list of URLs!') }}
{{ _('You may like to use the') }} {{ _('BACKUP') }} {{ _('link first.') }}

{{ _('Confirmation text') }}{{ _('Type in the word') }} {{ _('clear') }} {{ _('to confirm that you understand.') }}

{{ _('Clear History!') }}

{{ _('Cancel') }}

{% endblock %}