From 105b48829ef5b6e8493399f19229800fefce581a Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Thu, 22 May 2025 15:07:07 +0200 Subject: [PATCH] Fix typo --- src/pretix/static/pretixpresale/js/ui/questions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/static/pretixpresale/js/ui/questions.js b/src/pretix/static/pretixpresale/js/ui/questions.js index a69fd85158..ce054945ea 100644 --- a/src/pretix/static/pretixpresale/js/ui/questions.js +++ b/src/pretix/static/pretixpresale/js/ui/questions.js @@ -121,7 +121,7 @@ function questions_init_profiles(el) { There are two types of profiles: 1. profiles for answers and - 2. profiles for invoice addesses + 2. profiles for invoice addresses Both are handled the same way.