From aa241b9e35f16c1906c95f888445fa1679fc3600 Mon Sep 17 00:00:00 2001 From: Paul Astbury-Thomas Date: Thu, 27 Apr 2023 17:51:47 +0100 Subject: [PATCH] Fixing typos in default notification text (#988) --- backend/src/Squidex/appsettings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/src/Squidex/appsettings.json b/backend/src/Squidex/appsettings.json index 78100cf32a..caa4b5fef5 100644 --- a/backend/src/Squidex/appsettings.json +++ b/backend/src/Squidex/appsettings.json @@ -183,7 +183,7 @@ "newUserSubject": "You have been invited to join Project $APP_NAME at Squidex CMS", // The email body when a new user is added as contributor to an app. - "newUserBody": "Welcome to Squidex\r\nDear User,\r\n\r\n$ASSIGNER_NAME ($ASSIGNER_EMAIL) has invited you to join Project (also called an App) $APP_NAME at Squidex Headless CMS. Login with your Github, Google or Microsoft credentials to create a new user account and start editing content now.\r\n\r\nThank you very much,\r\nThe Squidex Team\r\n\r\n<> [$UI_URL]", + "newUserBody": "Welcome to Squidex\r\nDear User,\r\n\r\n$ASSIGNER_NAME ($ASSIGNER_EMAIL) has invited you to join Project (also called an App) $APP_NAME at Squidex Headless CMS. Login with your GitHub, Google or Microsoft credentials to create a new user account and start editing content now.\r\n\r\nThank you very much,\r\nThe Squidex Team\r\n\r\n<> [$UI_URL]", // The email subject when an existing user is added as contributor to an app. "existingUserSubject": "[Squidex CMS] You have been invited to join App $APP_NAME", @@ -195,7 +195,7 @@ "newUserTeamSubject": "You have been invited to join Team $TEAM_NAME at Squidex CMS", // The email body when a new user is added as contributor to a team. - "newUserTeamBody": "Welcome to Squidex\r\nDear User,\r\n\r\n$ASSIGNER_NAME ($ASSIGNER_EMAIL) has invited you to join Team $TEAM_NAME at Squidex Headless CMS. Login with your Github, Google or Microsoft credentials to create a new user account and start managing the Team now.\r\n\r\nThank you very much,\r\nThe Squidex Team\r\n\r\n<> [$UI_URL]", + "newUserTeamBody": "Welcome to Squidex\r\nDear User,\r\n\r\n$ASSIGNER_NAME ($ASSIGNER_EMAIL) has invited you to join Team $TEAM_NAME at Squidex Headless CMS. Login with your GitHub, Google or Microsoft credentials to create a new user account and start managing the Team now.\r\n\r\nThank you very much,\r\nThe Squidex Team\r\n\r\n<> [$UI_URL]", // The email subject when an existing user is added as contributor to a team. "existingTeamUserSubject": "[Squidex CMS] You have been invited to join Team $TEAM_NAME", @@ -204,10 +204,10 @@ "existingTeamUserBody": "Dear User,\r\n\r\n$ASSIGNER_NAME ($ASSIGNER_EMAIL) has invited you to join Team $TEAM_NAME at Squidex Headless CMS.\r\n\r\nLogin or reload the Management UI to see the Team.\r\n\r\nThank you very much,\r\nThe Squidex Team\r\n\r\n<> [$UI_URL]", // The email subject when app usage reached - "usageSubject": "[Squidex CMS] You you are about to reach your usage limit for App $APP_NAME", + "usageSubject": "[Squidex CMS] You are about to reach your usage limit for App $APP_NAME", // The email body when app usage reached - "usageBody": "Dear User,\r\n\r\nYou you are about to reach your usage limit for App $APP_NAME at Squidex Headless CMS.\r\n\r\nYou have already used $API_CALLS of your monthy limit of $API_CALLS_LIMIT API calls.\r\n\r\nPlease check your clients or upgrade your plan!\r\n\r\n<> [$UI_URL]" + "usageBody": "Dear User,\r\n\r\nYou are about to reach your usage limit for App $APP_NAME at Squidex Headless CMS.\r\n\r\nYou have already used $API_CALLS of your monthly limit of $API_CALLS_LIMIT API calls.\r\n\r\nPlease check your clients or upgrade your plan!\r\n\r\n<> [$UI_URL]" } },