dkforest

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

commit b6e50f310216b0e55e24a62954e06add87c21730
parent af52669a3ef0f8aed557048524891721ba25d5d0
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Fri, 30 Dec 2022 19:21:08 -0800

typo

Diffstat:
Mpkg/web/handlers/api/v1/werewolf.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/web/handlers/api/v1/werewolf.go b/pkg/web/handlers/api/v1/werewolf.go @@ -599,7 +599,7 @@ func (b *Werewolf) createWerewolfPickUserForm() string { func (b *Werewolf) processWerewolf() string { b.UnlockGroup("werewolf") - msg := "Werewolf, who do you to kill?" + msg := "Werewolf, who do you want to kill?" msg += b.createWerewolfPickUserForm() b.NarrateRaw(msg, nil, &b.werewolfGroupID) name := b.waitNameFromWerewolf()