File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ const total = computed(() => {
101101 v-if =" new Date (usePage ().props .event .mass_printed_at ) < new Date ()"
102102 severity="info"
103103 :closable =" false " >
104- {{ "Your badge will be available to pick up on the 2nd convention day." }}
104+ {{ "Late badge orders can be picked up starting from the 2nd convention day." }}
105105 </Message >
106106 <!-- Group 1 -- Fursuit Details -->
107107 <div class =" space-y-8" >
Original file line number Diff line number Diff line change @@ -116,8 +116,9 @@ const messages = computed(() => {
116116 <Message
117117 v-if =" new Date (usePage ().props .event .mass_printed_at ) < new Date ()"
118118 severity="info"
119- :closable =" false " >
120- {{ "Every badge orders placed now will be available to pick up on the 2nd convention day." }}
119+ :closable =" false "
120+ >
121+ {{ "Any fursuit badge orders placed now will be available to pick up starting from the 2nd convention day." }}
121122 </Message >
122123 <!-- End Countdown -->
123124 <PaymentInfoWidget />
You can’t perform that action at this time.
0 commit comments