dkforest

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

commit 304d8da29dc063e88771221bf706dc5bfedc0ed9
parent 80507cebd236da0ab45fd10fee6dc10979d131ac
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Wed,  4 Jan 2023 21:02:39 -0800

fix placeholder

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

diff --git a/pkg/web/public/views/pages/settings/chat-snippets.gohtml b/pkg/web/public/views/pages/settings/chat-snippets.gohtml @@ -71,7 +71,7 @@ <input type="hidden" name="formName" value="addSnippet" /> <div class="input-group"> <input type="text" name="name" value="{{ .Data.Name }}" class="form-control" placeholder="Name (1-20 chars)" style="max-width: 180px;" /> - <input type="text" name="text" value="{{ .Data.Text }}" class="form-control" placeholder="Text (1-255 chars)" style="width: 300px;" /> + <input type="text" name="text" value="{{ .Data.Text }}" class="form-control" placeholder="Text (1-1000 chars)" style="width: 300px;" /> <div class="input-group-append"> <button class="btn btn-sm btn-primary">Add</button> </div>