Skip to content

Commit 844affb

Browse files
authored
Merge pull request #658 from kishangupta4514/change-email-content
patch: change the email content
2 parents fab3a56 + 80be6e5 commit 844affb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/modules/identity/services/team-user.service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,7 @@ export class TeamUserService {
10051005
marketingUrl: this.configService.get("marketing.baseURL"),
10061006
inviteId: inviteId,
10071007
teamId: teamId,
1008+
role: role,
10081009
email: email,
10091010
},
10101011
subject: `You’ve Been Invited to Join Sparrow – Power Up Your API Workflow`,
@@ -1428,6 +1429,7 @@ export class TeamUserService {
14281429
inviteId: newInviteId,
14291430
teamId: teamId,
14301431
email: inviteEmail,
1432+
role: invitedRole,
14311433
},
14321434
subject: `You’ve Been Invited to Join Sparrow – Power Up Your API Workflow`,
14331435
};

src/modules/views/teamInviteRegisteredReciever.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
Welcome to Sparrow! You’ve been invited to join the hub <span style="font-weight: 700; word-break: break-all;">“{{teamName}} Hub”</span> as an <span style="font-weight: 700;">“{{role}}”</span>.
7676
</p>
7777
<p>
78-
This trial gives you access to all the features of our Standard plan so you can explore, test, and see how Sparrow fits into your workflow, with no limitations.
78+
Sparrow helps your team collaborate, manage work, and get things done, all in one place. You’re just one step away from getting started.
7979
</p>
8080
</div>
8181
</td>

0 commit comments

Comments
 (0)