mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(core): Update email template wording to avoid a/an typo (no-changelog) (#18286)
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
This commit is contained in:
@@ -188,7 +188,7 @@ describe('UserManagementMailer', () => {
|
||||
|
||||
const callBody = nodeMailer.sendMail.mock.calls[index][0].body;
|
||||
expect(callBody).toContain(
|
||||
`You have been added as a ${sharee.role.replace('project:', '')} to the ${project.name} project`,
|
||||
`You have been added to the ${project.name} project as ${sharee.role.replace('project:', '')}`,
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<mj-section>
|
||||
<mj-column>
|
||||
<mj-text font-size="24px" color="#ff6f5c"
|
||||
>You have been added as a {{ role }} to the {{ projectName }} project</mj-text
|
||||
>You have been added to the {{ projectName }} project as {{ role }}</mj-text
|
||||
>
|
||||
</mj-column>
|
||||
</mj-section>
|
||||
|
||||
Reference in New Issue
Block a user