From 0dc347df1dc6b1c941babc43288c09c83a06200f Mon Sep 17 00:00:00 2001 From: Victoria Earl Date: Fri, 27 Sep 2024 22:13:03 -0400 Subject: [PATCH] Update single day badge text --- magwest/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magwest/config.py b/magwest/config.py index b3f550f..5e553c7 100644 --- a/magwest/config.py +++ b/magwest/config.py @@ -19,7 +19,7 @@ def FORMATTED_BADGE_TYPES(self): if c.AT_THE_CON and self.ONE_DAYS_ENABLED and self.ONE_DAY_BADGE_AVAILABLE: badge_types.append({ 'name': 'Single Day', - 'desc': 'Allows access to the convention for today. Can be upgraded to a weekend badge.', + 'desc': 'Allows access to the convention for the day. Come back to registration to upgrade to a full weekend pass!', 'value': c.ONE_DAY_BADGE, 'price': c.ONEDAY_BADGE_PRICE })