Skip to content

Commit 9010b72

Browse files
authored
Merge pull request #11 from Deep-Consulting-Solutions/task/fix-confirmation-translation
updated email translation
2 parents 4f089c1 + 030eec9 commit 9010b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/emails/templates/attendee-scheduled-email.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default class AttendeeScheduledEmail extends BaseEmail {
4141
? this.t("your_event_has_been_scheduled_recurring")
4242
: this.t("your_event_has_been_scheduled"),
4343
role: "attendee",
44-
subtitle: "emailed_you_and_any_other_attendees",
44+
subtitle: this.t("emailed_you_and_any_other_attendees"),
4545
status: "CONFIRMED",
4646
}),
4747
method: "REQUEST",

0 commit comments

Comments
 (0)