From e1c9a8cbfce466cc2ddb1da649eac3632ef653a5 Mon Sep 17 00:00:00 2001 From: Nafees Nazik <84864519+G3root@users.noreply.github.com> Date: Thu, 19 Jan 2023 21:26:44 +0530 Subject: [PATCH] fix: i18n placeholder in awaiting approval email (#6573) --- apps/web/public/static/locales/en/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index 8715a03685..adaae94bfa 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -64,7 +64,7 @@ "someone_requested_an_event": "Someone has requested to schedule an event on your calendar.", "someone_requested_password_reset": "Someone has requested a link to change your password.", "password_reset_instructions": "If you didn't request this, you can safely ignore this email and your password will not be changed.", - "event_awaiting_approval_subject": "Awaiting Approval: {{eventType}} at {{date}}", + "event_awaiting_approval_subject": "Awaiting Approval: {{title}} at {{date}}", "event_still_awaiting_approval": "An event is still waiting for your approval", "booking_submitted_subject": "Booking Submitted: {{title}} at {{date}}", "your_meeting_has_been_booked": "Your meeting has been booked",