diff --git a/pwnagotchi/ui/web/templates/new_message.html b/pwnagotchi/ui/web/templates/new_message.html index 3ecf0e6d6..1f5c0fe7a 100644 --- a/pwnagotchi/ui/web/templates/new_message.html +++ b/pwnagotchi/ui/web/templates/new_message.html @@ -3,7 +3,7 @@ {% block title %} {% if to %} -title>Reply to {{ to }} +Reply to {{ to }} {% else %} New Message {% endif %}