dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 11fe42b2ec19d7ead8da5ca963cc6e25da21ff4a
parent 81934a72df4cde0e525837c666943a3684b230cf
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Wed, 11 Jan 2023 16:07:22 -0800

typo

Diffstat:
Mpkg/web/public/views/pages/chat-messages.gohtml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/web/public/views/pages/chat-messages.gohtml b/pkg/web/public/views/pages/chat-messages.gohtml @@ -149,7 +149,7 @@ {{ if .Data.ForceManualRefresh }} <div id="manualrefresh"> - <h4>Manual refresh required1</h4> + <h4>Manual refresh required</h4> <form method="get" action="/chat/{{ $.Data.RoomName }}" target="_top"> <input type="submit" value="Reload" /> </form>