Fix guest demo UX and enforce guest limits
This commit is contained in:
@@ -39,6 +39,10 @@ return [
|
||||
'title' => 'Photo upload limit reached',
|
||||
'message' => 'This event has reached its photo allowance. Upgrade the event package to accept more uploads.',
|
||||
],
|
||||
'guest_limit_exceeded' => [
|
||||
'title' => 'Guest limit reached',
|
||||
'message' => 'This event has reached its guest allowance. Please contact the organiser to unlock more guest slots.',
|
||||
],
|
||||
'tenant_photo_limit_exceeded' => [
|
||||
'title' => 'Tenant photo limit reached',
|
||||
'message' => 'This tenant has reached its photo allowance for the event.',
|
||||
|
||||
Reference in New Issue
Block a user