providers/saml: Fix typo (#1950)
This commit is contained in:
@ -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."
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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).`}
|
||||
|
Reference in New Issue
Block a user