From 98b757e948f4694bbb0c8f37ef131dba5e0bdaa9 Mon Sep 17 00:00:00 2001 From: discomrade Date: Fri, 7 Oct 2022 21:35:18 -0100 Subject: [PATCH] Rename email field to options. (hack) Didn't worry about doing it properly with translations because this is a local fork --- templates/post_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/post_form.html b/templates/post_form.html index 5f761c17..ef51094e 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -33,7 +33,7 @@ {% endif %} {% if not config.field_disable_email or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %} - {% trans %}Email{% endtrans %} + {% trans %}Options{% endtrans %} {{ antibot.html() }}