providers/saml: Fix typo (#1950)

This commit is contained in:
NeroPcStation
2021-12-17 12:00:20 +01:00
committed by GitHub
parent db06428ab9
commit 273f5211a0
8 changed files with 11 additions and 11 deletions

View File

@ -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."

View File

@ -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

View File

@ -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

View File

@ -297,7 +297,7 @@ export class SAMLProviderFormPage extends ModelForm<SAMLProvider, number> {
required
/>
<p class="pf-c-form__helper-text">
${t`Configure the maximum allowed time drift for an asseration.`}
${t`Configure the maximum allowed time drift for an assertion.`}
</p>
<p class="pf-c-form__helper-text">
${t`(Format: hours=-1;minutes=-2;seconds=-3).`}