From 28f36be4488185e4429672762dfa8bc6d6b14d6a Mon Sep 17 00:00:00 2001 From: Rebecca Hsieh Date: Wed, 6 Dec 2023 14:19:39 -0800 Subject: [PATCH] Fix tab title --- src/registrar/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/templates/home.html b/src/registrar/templates/home.html index 0bc792cef..b4201f25b 100644 --- a/src/registrar/templates/home.html +++ b/src/registrar/templates/home.html @@ -2,7 +2,7 @@ {% load static %} -{% block title %} Hello {% endblock %} +{% block title %} Manage | {% endblock %} {% block content %}