From 273f5211a043520f511a4aa06c6a0d4c72e9281e Mon Sep 17 00:00:00 2001 From: NeroPcStation Date: Fri, 17 Dec 2021 12:00:20 +0100 Subject: [PATCH] providers/saml: Fix typo (#1950) --- .../providers/saml/migrations/0008_auto_20201112_1036.py | 2 +- .../providers/saml/migrations/0010_auto_20201230_2112.py | 2 +- authentik/providers/saml/models.py | 2 +- schema.yml | 6 +++--- web/src/locales/en.po | 4 ++-- web/src/locales/fr_FR.po | 2 +- web/src/locales/pseudo-LOCALE.po | 2 +- web/src/pages/providers/saml/SAMLProviderForm.ts | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/authentik/providers/saml/migrations/0008_auto_20201112_1036.py b/authentik/providers/saml/migrations/0008_auto_20201112_1036.py index a0dace536..86aa08b34 100644 --- a/authentik/providers/saml/migrations/0008_auto_20201112_1036.py +++ b/authentik/providers/saml/migrations/0008_auto_20201112_1036.py @@ -21,7 +21,7 @@ class Migration(migrations.Migration): name="audience", field=models.TextField( default="", - help_text="Value of the audience restriction field of the asseration.", + help_text="Value of the audience restriction field of the assertion.", ), ), migrations.AlterField( diff --git a/authentik/providers/saml/migrations/0010_auto_20201230_2112.py b/authentik/providers/saml/migrations/0010_auto_20201230_2112.py index 353bb0798..c7919bee7 100644 --- a/authentik/providers/saml/migrations/0010_auto_20201230_2112.py +++ b/authentik/providers/saml/migrations/0010_auto_20201230_2112.py @@ -16,7 +16,7 @@ class Migration(migrations.Migration): field=models.TextField( blank=True, default="", - help_text="Value of the audience restriction field of the asseration. When left empty, no audience restriction will be added.", + help_text="Value of the audience restriction field of the assertion. When left empty, no audience restriction will be added.", ), ), ] diff --git a/authentik/providers/saml/models.py b/authentik/providers/saml/models.py index 02beb771c..27f2337bf 100644 --- a/authentik/providers/saml/models.py +++ b/authentik/providers/saml/models.py @@ -41,7 +41,7 @@ class SAMLProvider(Provider): blank=True, help_text=_( ( - "Value of the audience restriction field of the asseration. When left empty, " + "Value of the audience restriction field of the assertion. When left empty, " "no audience restriction will be added." ) ), diff --git a/schema.yml b/schema.yml index 0eaeb2da0..0d1ea69e9 100644 --- a/schema.yml +++ b/schema.yml @@ -27952,7 +27952,7 @@ components: maxLength: 200 audience: type: string - description: Value of the audience restriction field of the asseration. + description: Value of the audience restriction field of the assertion. When left empty, no audience restriction will be added. issuer: type: string @@ -29559,7 +29559,7 @@ components: maxLength: 200 audience: type: string - description: Value of the audience restriction field of the asseration. + description: Value of the audience restriction field of the assertion. When left empty, no audience restriction will be added. issuer: type: string @@ -29661,7 +29661,7 @@ components: maxLength: 200 audience: type: string - description: Value of the audience restriction field of the asseration. + description: Value of the audience restriction field of the assertion. When left empty, no audience restriction will be added. issuer: type: string diff --git a/web/src/locales/en.po b/web/src/locales/en.po index 5a9f61641..b425af419 100644 --- a/web/src/locales/en.po +++ b/web/src/locales/en.po @@ -961,8 +961,8 @@ msgstr "Configure how the outpost queries the core authentik server's users." #~ msgstr "Configure settings relevant to your user profile." #: src/pages/providers/saml/SAMLProviderForm.ts -msgid "Configure the maximum allowed time drift for an asseration." -msgstr "Configure the maximum allowed time drift for an asseration." +msgid "Configure the maximum allowed time drift for an assertion." +msgstr "Configure the maximum allowed time drift for an assertion." #: src/pages/tenants/TenantListPage.ts msgid "Configure visual settings and defaults for different domains." diff --git a/web/src/locales/fr_FR.po b/web/src/locales/fr_FR.po index 93ca08a80..8ef50a27a 100644 --- a/web/src/locales/fr_FR.po +++ b/web/src/locales/fr_FR.po @@ -959,7 +959,7 @@ msgstr "" #~ msgstr "Configure les paramètre applicable à votre profil." #: src/pages/providers/saml/SAMLProviderForm.ts -msgid "Configure the maximum allowed time drift for an asseration." +msgid "Configure the maximum allowed time drift for an assertion." msgstr "Configure la dérive temporelle maximale d'une assetion." #: src/pages/tenants/TenantListPage.ts diff --git a/web/src/locales/pseudo-LOCALE.po b/web/src/locales/pseudo-LOCALE.po index 521ef15f6..633cd4e26 100644 --- a/web/src/locales/pseudo-LOCALE.po +++ b/web/src/locales/pseudo-LOCALE.po @@ -955,7 +955,7 @@ msgstr "" #~ msgstr "" #: src/pages/providers/saml/SAMLProviderForm.ts -msgid "Configure the maximum allowed time drift for an asseration." +msgid "Configure the maximum allowed time drift for an assertion." msgstr "" #: src/pages/tenants/TenantListPage.ts diff --git a/web/src/pages/providers/saml/SAMLProviderForm.ts b/web/src/pages/providers/saml/SAMLProviderForm.ts index 9fbf589fa..ca9b21d6c 100644 --- a/web/src/pages/providers/saml/SAMLProviderForm.ts +++ b/web/src/pages/providers/saml/SAMLProviderForm.ts @@ -297,7 +297,7 @@ export class SAMLProviderFormPage extends ModelForm { required />

- ${t`Configure the maximum allowed time drift for an asseration.`} + ${t`Configure the maximum allowed time drift for an assertion.`}

${t`(Format: hours=-1;minutes=-2;seconds=-3).`}