From 762efd0a2056c16c8ed393696bf6df90c47c836f Mon Sep 17 00:00:00 2001 From: Mark Stosberg Date: Wed, 11 Sep 2024 02:51:01 -0400 Subject: [PATCH] docs: some English spelling and grammar fixes (#8592) - English typo and grammar fixes. Co-authored-by: Fabi --- console/src/assets/i18n/en.json | 6 +++--- internal/api/ui/login/static/i18n/en.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/console/src/assets/i18n/en.json b/console/src/assets/i18n/en.json index 5270266742..8d59aab444 100644 --- a/console/src/assets/i18n/en.json +++ b/console/src/assets/i18n/en.json @@ -37,7 +37,7 @@ "DESCRIPTION": "A project hosts one or more applications, that you can use to authenticate your users. Also you can authorize your users with projects. To allow users from other organizations to log in to your applications, grant them access to your project.

If you can't find a project, contact the projects owner or someone with the corresponding rights to gain access.", "OWNED": { "TITLE": "Owned Projects", - "DESCRIPTION": "These are the projects you own. You can manage theses projects settings, authorizations and applications." + "DESCRIPTION": "These are the projects you own. You can manage these project settings, authorizations and applications." }, "GRANTED": { "TITLE": "Granted Projects", @@ -235,11 +235,11 @@ }, "EXT_LOGIN_CHECK": { "TITLE": "External Login Check", - "DESCRIPTION": "Your users are redirected to their external identity proviers in theses periods." + "DESCRIPTION": "Your users are redirected to their external identity providers after this periods." }, "MULTI_FACTOR_INIT": { "TITLE": "Multifactor Init Check", - "DESCRIPTION": "Your users will be prompted to set up a second factor or a Multifactor in these periods, if they haven't done so already. A lifetime of 0 deactivates this prompt." + "DESCRIPTION": "Your users will be prompted to set up a second factor or a Multifactor after this periods if they haven't done so already. A lifetime of 0 deactivates this prompt." }, "SECOND_FACTOR_CHECK": { "TITLE": "Second Factor Check", diff --git a/internal/api/ui/login/static/i18n/en.yaml b/internal/api/ui/login/static/i18n/en.yaml index b2c0a98489..7c4cfdb993 100644 --- a/internal/api/ui/login/static/i18n/en.yaml +++ b/internal/api/ui/login/static/i18n/en.yaml @@ -346,7 +346,7 @@ LinkingUsersDone: ExternalNotFound: Title: External User Not Found - Description: External user not found. Do you want to link your user or auto register a new one. + Description: External user not found. Do you want to link your user or auto-register a new one? LinkButtonText: Link AutoRegisterButtonText: Register TosAndPrivacyLabel: Terms and conditions