From 5a701e05580ad235e28b1a73fd333f972fbf181e Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 13 Apr 2026 14:55:10 -0400 Subject: [PATCH] copy: themed empty states + login tagline Co-Authored-By: Claude Opus 4.6 --- fabledscryer/templates/auth/login.html | 1 + fabledscryer/templates/dns/rows.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 %}