From: Daniel Gustafsson Date: Mon, 22 Sep 2025 07:41:07 +0000 (+0200) Subject: Fix typo in conference entry page X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=4dd3926a014223eddaab88e542140e4881b3963d;p=pgeu-system.git Fix typo in conference entry page s/menas/means/, spotted while doing event maintenance this morning. --- 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