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
{"triggerEvent":"BOOKING_CREATED","createdAt":"[redacted/dynamic]","payload":{"type":"30 min","title":"30 min between PRO and Test Testson","description":"","additionalNotes":"","customInputs":{},"startTime":"[redacted/dynamic]","endTime":"[redacted/dynamic]","organizer":{"name":"PRO","email":"[redacted/dynamic]","timeZone":"[redacted/dynamic]","language":"[redacted/dynamic]"},"attendees":[{"email":"test@example.com","name":"Test Testson","timeZone":"[redacted/dynamic]","language":"[redacted/dynamic]"}],"location":"[redacted/dynamic]","destinationCalendar":null,"hideCalendarNotes":false,"uid":"[redacted/dynamic]","metadata":{},"additionalInformation":"[redacted/dynamic]"}}
1
+
{"triggerEvent":"BOOKING_CREATED","createdAt":"[redacted/dynamic]","payload":{"type":"30 min","title":"30 min between PRO and Test Testson","description":"","additionalNotes":"","customInputs":{},"startTime":"[redacted/dynamic]","endTime":"[redacted/dynamic]","organizer":{"name":"PRO","email":"[redacted/dynamic]","timeZone":"[redacted/dynamic]","language":"[redacted/dynamic]"},"attendees":[{"email":"test@example.com","name":"Test Testson","timeZone":"[redacted/dynamic]","language":"[redacted/dynamic]"}],"location":"[redacted/dynamic]","destinationCalendar":null,"hideCalendarNotes":false,"uid":"[redacted/dynamic]","bookingId":"[redacted/dynamic]","metadata":{},"additionalInformation":"[redacted/dynamic]"}}
Copy file name to clipboardexpand all lines: apps/web/public/static/locales/en/common.json
+5
Original file line number
Diff line number
Diff line change
@@ -184,6 +184,9 @@
184
184
"getting_started": "Getting Started",
185
185
"15min_meeting": "15 Min Meeting",
186
186
"30min_meeting": "30 Min Meeting",
187
+
"secret":"Secret",
188
+
"leave_blank_to_remove_secret":"Leave blank to remove secret",
189
+
"webhook_secret_key_description":"Ensure your server is only receiving the expected Cal.com requests for security reasons",
187
190
"secret_meeting": "Secret Meeting",
188
191
"login_instead": "Login instead",
189
192
"already_have_an_account": "Already have an account?",
@@ -393,7 +396,9 @@
393
396
"your_old_password": "Your old password",
394
397
"current_password": "Current Password",
395
398
"change_password": "Change Password",
399
+
"change_secret": "Change Secret",
396
400
"new_password_matches_old_password": "New password matches your old password. Please choose a different password.",
401
+
"forgotten_secret_description":"If you have lost or forgotten this secret, you can change it, but be aware that all integrations using this secret will need to be updated",
397
402
"current_incorrect_password": "Current password is incorrect",
0 commit comments