chore: update email wording when adding a team email

This commit is contained in:
Ephraim Atta-Duncan
2024-07-12 18:34:20 +00:00
committed by Mythie
parent f2c3371a99
commit 1f832657bc
2 changed files with 4 additions and 1 deletions

View File

@ -91,6 +91,9 @@ export const ConfirmTeamEmailTemplate = ({
<li className="mt-1 text-sm">
Allow document recipients to reply directly to this email address
</li>
<li className="mt-1 text-sm">
Send documents on behalf of the team using the email address
</li>
</ul>
<Text className="mt-2 text-sm">

View File

@ -117,7 +117,7 @@ export const seedDatabase = async () => {
{
teamId: team.id,
userId: createdUsers[1].id,
role: TeamMemberRole.MEMBER,
role: TeamMemberRole.ADMIN,
},
{
teamId: team.id,