Fix guest demo UX and enforce guest limits
This commit is contained in:
@@ -106,6 +106,10 @@ export const messages: Record<LocaleCode, NestedMessages> = {
|
||||
description: 'Es gab sehr viele Aufrufe in kurzer Zeit. Warte kurz und versuche es erneut.',
|
||||
hint: 'Tipp: Du kannst es gleich noch einmal versuchen.',
|
||||
},
|
||||
guest_limit_exceeded: {
|
||||
title: 'Gäste-Limit erreicht',
|
||||
description: 'Dieses Event hat sein Gäste-Limit erreicht. Bitte wende dich an die Veranstalter:innen.',
|
||||
},
|
||||
gallery_expired: {
|
||||
title: 'Galerie nicht mehr verfügbar',
|
||||
description: 'Die Galerie zu diesem Event ist nicht mehr zugänglich.',
|
||||
@@ -846,6 +850,10 @@ export const messages: Record<LocaleCode, NestedMessages> = {
|
||||
description: 'There were too many requests in a short time. Please wait a moment and try again.',
|
||||
hint: 'Tip: You can retry shortly.',
|
||||
},
|
||||
guest_limit_exceeded: {
|
||||
title: 'Guest limit reached',
|
||||
description: 'This event has reached its guest allowance. Please contact the organisers.',
|
||||
},
|
||||
gallery_expired: {
|
||||
title: 'Gallery unavailable',
|
||||
description: 'The gallery for this event is no longer accessible.',
|
||||
|
||||
Reference in New Issue
Block a user