web/flows: fix login / log in inconsistency (#12526)

fix: make "login" vs "log in" consistent
This commit is contained in:
Sweepy
2025-01-24 09:42:29 -08:00
committed by GitHub
parent 9e2fccb045
commit 467b1fcd14

View File

@ -168,7 +168,7 @@ class IdentificationStage extends Stage<IdentificationChallenge> {
${
this.challenge.applicationPre
? `<p>
Login to continue to ${this.challenge.applicationPre}.
Log in to continue to ${this.challenge.applicationPre}.
</p>`
: ""
}