fix: transparent modal & typo on footer userId text

This commit is contained in:
Levente Orban
2025-10-28 17:56:55 +01:00
parent 0afe331cab
commit 5468bc7cb2
6 changed files with 13 additions and 11 deletions

View File

@@ -28,6 +28,7 @@
"public": "Public",
"private": "Private",
"inviteOnly": "Invite Only",
"invite-only": "Invite Only",
"limited": "Limited",
"unlimited": "Unlimited",
"capacity": "Capacity",
@@ -267,7 +268,7 @@
"layout": {
"defaultTitle": "Cactoide -",
"defaultDescription": "Create and manage event RSVPs",
"userIdCookieText": "Your UserID storated as a cookie:",
"userIdCookieText": "Your UserID stored as a cookie:",
"firstTimeVisiting": "First time visiting. Generating new UserID...",
"copyright": "© 2025 Cactoide"
}