You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/i18n/messages.ts
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ export const en = {
51
51
},
52
52
home: {
53
53
badge: "Self-hosted, realtime, account-free",
54
-
title: "A cleaner When2Meet for modern teams.",
54
+
title: "The clearer alternative to When2Meet.",
55
55
description:
56
56
"Create an event, share the link, and let people paint their availability on a live heatmap. The organizer gets a private manage page and everyone else can join with just a name.",
57
57
primaryCta: "Create an event",
@@ -279,8 +279,8 @@ export const en = {
279
279
"Open a public board or organizer page and it will appear here for quick access.",
280
280
lastOpened: "Last opened {timestamp}",
281
281
privateLinkSaved: "Private link saved",
282
-
openPublic: "Open public",
283
-
openOrganizer: "Open organizer",
282
+
openPublic: "Open board",
283
+
openOrganizer: "Manage event",
284
284
remove: "Remove",
285
285
},
286
286
notFound: {
@@ -612,7 +612,7 @@ export const de: Messages = {
612
612
},
613
613
home: {
614
614
badge: "Self-hosted, in Echtzeit, ohne Konto",
615
-
title: "Ein übersichtlicheres When2Meet für moderne Teams.",
615
+
title: "Die übersichtliche Alternative zu When2Meet.",
616
616
description:
617
617
"Erstelle ein Event, teile den Link und lass alle ihre Verfügbarkeit direkt auf einer Live-Heatmap markieren. Die organisierende Person erhält eine private Verwaltungsseite, alle anderen steigen nur mit einem Namen ein.",
618
618
primaryCta: "Event erstellen",
@@ -849,8 +849,8 @@ export const de: Messages = {
849
849
"Öffne ein öffentliches Board oder eine Organizer-Seite, dann erscheint es hier für den schnellen Zugriff.",
0 commit comments