From 6c883e41219926cbb4ba61a4a0c4f6bd1f35b97e Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 13 Apr 2026 15:45:05 -0400 Subject: [PATCH] copy: relocate "Under Watch, Under Care" to login tagline Co-Authored-By: Claude Opus 4.6 --- fabledscryer/templates/auth/login.html | 2 +- fabledscryer/templates/dashboard/index.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/fabledscryer/templates/auth/login.html b/fabledscryer/templates/auth/login.html index 883c59c..7158010 100644 --- a/fabledscryer/templates/auth/login.html +++ b/fabledscryer/templates/auth/login.html @@ -4,7 +4,7 @@

Sign In

-

Where the realm's watch convenes.

+

Under Watch, Under Care.

{% if error %}
diff --git a/fabledscryer/templates/dashboard/index.html b/fabledscryer/templates/dashboard/index.html index 414f022..598f9d4 100644 --- a/fabledscryer/templates/dashboard/index.html +++ b/fabledscryer/templates/dashboard/index.html @@ -1,12 +1,11 @@ {% extends "base.html" %} {% block title %}{{ dashboard.name }} — Fabled Scryer{% endblock %} {% block content %} -

Under Watch, Under Care

{# ── Header ────────────────────────────────────────────────────────────────── #}
-

{{ dashboard.name }}

+

{{ dashboard.name }}

{% if dashboard.is_default %} Default {% endif %}