From a2d4f120713506d2008da8be5a8b21c99813e79d Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Thu, 28 May 2026 18:16:38 +0300 Subject: [PATCH] fixed grammar --- core/collection_model_auth_templates.go | 2 +- plugins/migratecmd/migratecmd_test.go | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/collection_model_auth_templates.go b/core/collection_model_auth_templates.go index 16c3daa6..64ff6e9d 100644 --- a/core/collection_model_auth_templates.go +++ b/core/collection_model_auth_templates.go @@ -18,7 +18,7 @@ var defaultVerificationTemplate = EmailTemplate{

Verify

-

If you didn't recently registered, please ignore this email.

+

If you didn't recently register, please ignore this email.

Thanks,
` + EmailPlaceholderAppName + ` team diff --git a/plugins/migratecmd/migratecmd_test.go b/plugins/migratecmd/migratecmd_test.go index e9653b24..fab857b3 100644 --- a/plugins/migratecmd/migratecmd_test.go +++ b/plugins/migratecmd/migratecmd_test.go @@ -177,7 +177,7 @@ migrate((app) => { "type": "auth", "updateRule": null, "verificationTemplate": { - "body": "

Hello,

\n

Thank you for joining us at {APP_NAME}.

\n

Click on the button below to verify your email address.

\n

\n Verify\n

\n

If you didn't recently registered, please ignore this email.

\n

\n Thanks,
\n {APP_NAME} team\n

", + "body": "

Hello,

\n

Thank you for joining us at {APP_NAME}.

\n

Click on the button below to verify your email address.

\n

\n Verify\n

\n

If you didn't recently register, please ignore this email.

\n

\n Thanks,
\n {APP_NAME} team\n

", "subject": "Verify your {APP_NAME} email" }, "verificationToken": { @@ -359,7 +359,7 @@ func init() { "type": "auth", "updateRule": null, "verificationTemplate": { - "body": "

Hello,

\n

Thank you for joining us at {APP_NAME}.

\n

Click on the button below to verify your email address.

\n

\n Verify\n

\n

If you didn't recently registered, please ignore this email.

\n

\n Thanks,
\n {APP_NAME} team\n

", + "body": "

Hello,

\n

Thank you for joining us at {APP_NAME}.

\n

Click on the button below to verify your email address.

\n

\n Verify\n

\n

If you didn't recently register, please ignore this email.

\n

\n Thanks,
\n {APP_NAME} team\n

", "subject": "Verify your {APP_NAME} email" }, "verificationToken": { @@ -630,7 +630,7 @@ migrate((app) => { "type": "auth", "updateRule": null, "verificationTemplate": { - "body": "

Hello,

\n

Thank you for joining us at {APP_NAME}.

\n

Click on the button below to verify your email address.

\n

\n Verify\n

\n

If you didn't recently registered, please ignore this email.

\n

\n Thanks,
\n {APP_NAME} team\n

", + "body": "

Hello,

\n

Thank you for joining us at {APP_NAME}.

\n

Click on the button below to verify your email address.

\n

\n Verify\n

\n

If you didn't recently register, please ignore this email.

\n

\n Thanks,
\n {APP_NAME} team\n

", "subject": "Verify your {APP_NAME} email" }, "verificationToken": { @@ -815,7 +815,7 @@ func init() { "type": "auth", "updateRule": null, "verificationTemplate": { - "body": "

Hello,

\n

Thank you for joining us at {APP_NAME}.

\n

Click on the button below to verify your email address.

\n

\n Verify\n

\n

If you didn't recently registered, please ignore this email.

\n

\n Thanks,
\n {APP_NAME} team\n

", + "body": "

Hello,

\n

Thank you for joining us at {APP_NAME}.

\n

Click on the button below to verify your email address.

\n

\n Verify\n

\n

If you didn't recently register, please ignore this email.

\n

\n Thanks,
\n {APP_NAME} team\n

", "subject": "Verify your {APP_NAME} email" }, "verificationToken": {