Skip to content

Commit

Permalink
Update single day badge text
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuta committed Sep 28, 2024
1 parent 4056e3d commit 0dc347d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magwest/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
Expand Down

0 comments on commit 0dc347d

Please sign in to comment.