From 2d536ab0bcf66159e3309ac521aba76e2e93753a Mon Sep 17 00:00:00 2001
From: pallavicoder
diff --git a/apps/user/templates/participant-template.ts b/apps/user/templates/participant-template.ts
index 75b4f0cac..f2738fb23 100644
--- a/apps/user/templates/participant-template.ts
+++ b/apps/user/templates/participant-template.ts
@@ -8,10 +8,9 @@ export class ParticipantTemplate {
async getParticipantTemplate(attributes: Attribute[]): Promise
We acknowledge your dedication, hard work, and
diff --git a/apps/user/templates/winner-template.ts b/apps/user/templates/winner-template.ts index 49526e6da..6bb087c7e 100644 --- a/apps/user/templates/winner-template.ts +++ b/apps/user/templates/winner-template.ts @@ -7,14 +7,13 @@ export class WinnerTemplate { async getWinnerTemplate(attributes: Attribute[]): Promisehas secured ${position} position for ${discipline}
in ${category} category at the
- ${issuedBy} World Memory Championship 2023. + IAM World Memory Championship 2023.
diff --git a/apps/user/templates/world-record-template.ts b/apps/user/templates/world-record-template.ts
index 70f9b8d36..3eb30cf8c 100644
--- a/apps/user/templates/world-record-template.ts
+++ b/apps/user/templates/world-record-template.ts
@@ -7,11 +7,10 @@ export class WorldRecordTemplate {
async getWorldRecordTemplate(attributes: Attribute[]): Promise discipline during the
- ${issuedBy} World Memory Championship 2023.
+ IAM World Memory Championship 2023.
From 1a2a422d5733bbc03b2d57f92ed47a77dc1ff3e8 Mon Sep 17 00:00:00 2001
From: Moulika Kulkarni