diff --git a/fabledscryer/templates/auth/login.html b/fabledscryer/templates/auth/login.html index 55be0e7..883c59c 100644 --- a/fabledscryer/templates/auth/login.html +++ b/fabledscryer/templates/auth/login.html @@ -4,6 +4,7 @@

Sign In

+

Where the realm's watch convenes.

{% if error %}
diff --git a/fabledscryer/templates/dns/rows.html b/fabledscryer/templates/dns/rows.html index 66d3259..03d81f5 100644 --- a/fabledscryer/templates/dns/rows.html +++ b/fabledscryer/templates/dns/rows.html @@ -25,5 +25,5 @@
{% endfor %} {% else %} -

No DNS-enabled hosts. Enable DNS on a host →

+

No DNS checks yet. Add one to watch.

{% endif %}