diff --git a/pinaxcon/proposals/models.py b/pinaxcon/proposals/models.py index b2a68e69..3da0af2d 100644 --- a/pinaxcon/proposals/models.py +++ b/pinaxcon/proposals/models.py @@ -169,7 +169,7 @@ class ArtTechProposal(Proposal): EXHIBIT_NO = 2 EXHIBIT_STATUS = [ - (EXHIBIT_YES, "I am willing and able to exhibit my project on Monday, January 22nd"), + (EXHIBIT_YES, "I am willing and able to exhibit my project on Thursday, January 24th"), (EXHIBIT_NO, "I'm unable to exhibit my project") ]