web/flows/identification: fix phrasing account recovery
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -44,7 +44,7 @@ export class PageHeader extends LitElement { | ||||
|                 flex-direction: row; | ||||
|                 min-height: 114px; | ||||
|             } | ||||
|             button.sidebar-trigger { | ||||
|             button.pf-c-button.pf-m-plain.sidebar-trigger { | ||||
|                 background-color: var(--pf-c-page__main-section--m-light--BackgroundColor); | ||||
|                 border-radius: 0px; | ||||
|             } | ||||
|  | ||||
| @ -149,7 +149,6 @@ export class IdentificationStage extends BaseStage { | ||||
|                 </p>` : html``} | ||||
|                 ${this.challenge.recovery_url ? html` | ||||
|                 <p class="pf-c-login__main-footer-band-item"> | ||||
|                     ${t`Need an account?`} | ||||
|                     <a id="recovery" href="${this.challenge.recovery_url}">${t`Forgot username or password?`}</a> | ||||
|                 </p>` : html``} | ||||
|             </div>`; | ||||
|  | ||||
| @ -1079,7 +1079,7 @@ msgstr "Email" | ||||
| msgid "Email address" | ||||
| msgstr "Email address" | ||||
|  | ||||
| #: src/flows/stages/identification/IdentificationStage.ts:151 | ||||
| #: src/flows/stages/identification/IdentificationStage.ts:150 | ||||
| msgid "Email or Username" | ||||
| msgstr "Email or Username" | ||||
|  | ||||
| @ -1382,7 +1382,7 @@ msgstr "Force the user to configure an authenticator" | ||||
| msgid "Forgot password?" | ||||
| msgstr "Forgot password?" | ||||
|  | ||||
| #: src/flows/stages/identification/IdentificationStage.ts:125 | ||||
| #: src/flows/stages/identification/IdentificationStage.ts:124 | ||||
| msgid "Forgot username or password?" | ||||
| msgstr "Forgot username or password?" | ||||
|  | ||||
| @ -1677,7 +1677,7 @@ msgstr "Library" | ||||
| #: src/flows/stages/consent/ConsentStage.ts:28 | ||||
| #: src/flows/stages/dummy/DummyStage.ts:27 | ||||
| #: src/flows/stages/email/EmailStage.ts:26 | ||||
| #: src/flows/stages/identification/IdentificationStage.ts:134 | ||||
| #: src/flows/stages/identification/IdentificationStage.ts:133 | ||||
| #: src/flows/stages/password/PasswordStage.ts:31 | ||||
| #: src/flows/stages/prompt/PromptStage.ts:126 | ||||
| #: src/pages/applications/ApplicationViewPage.ts:43 | ||||
| @ -1752,7 +1752,7 @@ msgstr "Log the currently pending user in." | ||||
| msgid "Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP." | ||||
| msgstr "Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP." | ||||
|  | ||||
| #: src/flows/stages/identification/IdentificationStage.ts:146 | ||||
| #: src/flows/stages/identification/IdentificationStage.ts:145 | ||||
| msgid "Login to continue to {0}." | ||||
| msgstr "Login to continue to {0}." | ||||
|  | ||||
| @ -1930,7 +1930,6 @@ msgid "NameID Property Mapping" | ||||
| msgstr "NameID Property Mapping" | ||||
|  | ||||
| #: src/flows/stages/identification/IdentificationStage.ts:119 | ||||
| #: src/flows/stages/identification/IdentificationStage.ts:124 | ||||
| msgid "Need an account?" | ||||
| msgstr "Need an account?" | ||||
|  | ||||
|  | ||||
| @ -1071,7 +1071,7 @@ msgstr "" | ||||
| msgid "Email address" | ||||
| msgstr "" | ||||
|  | ||||
| #: src/flows/stages/identification/IdentificationStage.ts:151 | ||||
| #: src/flows/stages/identification/IdentificationStage.ts:150 | ||||
| msgid "Email or Username" | ||||
| msgstr "" | ||||
|  | ||||
| @ -1374,7 +1374,7 @@ msgstr "" | ||||
| msgid "Forgot password?" | ||||
| msgstr "" | ||||
|  | ||||
| #: src/flows/stages/identification/IdentificationStage.ts:125 | ||||
| #: src/flows/stages/identification/IdentificationStage.ts:124 | ||||
| msgid "Forgot username or password?" | ||||
| msgstr "" | ||||
|  | ||||
| @ -1669,7 +1669,7 @@ msgstr "" | ||||
| #: src/flows/stages/consent/ConsentStage.ts:28 | ||||
| #: src/flows/stages/dummy/DummyStage.ts:27 | ||||
| #: src/flows/stages/email/EmailStage.ts:26 | ||||
| #: src/flows/stages/identification/IdentificationStage.ts:134 | ||||
| #: src/flows/stages/identification/IdentificationStage.ts:133 | ||||
| #: src/flows/stages/password/PasswordStage.ts:31 | ||||
| #: src/flows/stages/prompt/PromptStage.ts:126 | ||||
| #: src/pages/applications/ApplicationViewPage.ts:43 | ||||
| @ -1744,7 +1744,7 @@ msgstr "" | ||||
| msgid "Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP." | ||||
| msgstr "" | ||||
|  | ||||
| #: src/flows/stages/identification/IdentificationStage.ts:146 | ||||
| #: src/flows/stages/identification/IdentificationStage.ts:145 | ||||
| msgid "Login to continue to {0}." | ||||
| msgstr "" | ||||
|  | ||||
| @ -1922,7 +1922,6 @@ msgid "NameID Property Mapping" | ||||
| msgstr "" | ||||
|  | ||||
| #: src/flows/stages/identification/IdentificationStage.ts:119 | ||||
| #: src/flows/stages/identification/IdentificationStage.ts:124 | ||||
| msgid "Need an account?" | ||||
| msgstr "" | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer