Skip to content

Commit

Permalink
chore: Wordwrap ToS
Browse files Browse the repository at this point in the history
  • Loading branch information
noahpistilli committed Dec 22, 2024
1 parent ce0f8c0 commit 5d4d1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_menu.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
func documentTemplate(r *Response) {
r.AddKVWChildNode("container0", KVField{
XMLName: xml.Name{Local: "contents"},
Value: "By clicking agree, you verify you have read and\nagreed to https://wiilink.ca/demae/privacypolicy and https://wiilink.ca/tos",
Value: "By clicking agree, you verify you have read and\nagreed to https://wiilink.ca/demae/privacypolicy\nand https://wiilink.ca/tos.",
})
r.AddKVWChildNode("container1", KVField{
XMLName: xml.Name{Local: "contents"},
Expand Down

0 comments on commit 5d4d1af

Please sign in to comment.