diff --git a/changedetectionio/templates/settings.html b/changedetectionio/templates/settings.html index 856f9539..c4910f40 100644 --- a/changedetectionio/templates/settings.html +++ b/changedetectionio/templates/settings.html @@ -36,7 +36,7 @@ {{ render_field(form.base_url, placeholder="http://yoursite.com:5000/", class="m-d") }} - Base URL used for the {base_url} token in notifications, default value is the ENV var 'base_url', + Base URL used for the {base_url} token in notifications, default value is the ENV var 'BASE_URL', read more here.