Skip to content

Commit e12a30b

Browse files
committed
Update badge pickup messages for clarity and consistency
1 parent d65a2c1 commit e12a30b

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

resources/js/Pages/Badges/BadgesCreate.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

resources/js/Pages/Welcome.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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 />

0 commit comments

Comments
 (0)