From 4dd3926a014223eddaab88e542140e4881b3963d Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Mon, 22 Sep 2025 09:41:07 +0200 Subject: [PATCH] Fix typo in conference entry page s/menas/means/, spotted while doing event maintenance this morning. --- postgresqleu/util/backendforms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresqleu/util/backendforms.py b/postgresqleu/util/backendforms.py index f70c67d5..8501501b 100644 --- a/postgresqleu/util/backendforms.py +++ b/postgresqleu/util/backendforms.py @@ -107,7 +107,7 @@ class BackendForm(ConcurrentProtectedModelForm): if v.required: h += 'Enter start and stop timestamp with both date and time.' else: - h += 'Enter start and stop timestamp with both date and time. Leaving either field empty menas "infinity".' + h += 'Enter start and stop timestamp with both date and time. Leaving either field empty means "infinity".' v.help_text = h # Any datetime or date fields that are not explicitly excluded will be forced to be within -- 2.39.5