From 4a59e8990c509e481df9fca44f0a9a25d5ad6ebc Mon Sep 17 00:00:00 2001 From: l29utp0 Date: Sat, 8 Apr 2023 14:08:13 +0000 Subject: [PATCH] postform translation New Thread instead of New Reply --- views/includes/postform.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/includes/postform.pug b/views/includes/postform.pug index 1136344f..3923b51f 100644 --- a/views/includes/postform.pug +++ b/views/includes/postform.pug @@ -89,4 +89,4 @@ section.form-wrapper.flex-center else include ./captchaexpand.pug input#submitpost(type='submit', value=(isThread ? __('New Reply') : __('New Thread'))) - a.collapse.no-decoration.post-button(href='#postform') [#{isThread ? __('New Reply') : __('New Reply')}] + a.collapse.no-decoration.post-button(href='#postform') [#{isThread ? __('New Reply') : __('New Thread')}]