web/flows: fix login
/ log in
inconsistency (#12526)
fix: make "login" vs "log in" consistent
This commit is contained in:
@ -168,7 +168,7 @@ class IdentificationStage extends Stage<IdentificationChallenge> {
|
|||||||
${
|
${
|
||||||
this.challenge.applicationPre
|
this.challenge.applicationPre
|
||||||
? `<p>
|
? `<p>
|
||||||
Login to continue to ${this.challenge.applicationPre}.
|
Log in to continue to ${this.challenge.applicationPre}.
|
||||||
</p>`
|
</p>`
|
||||||
: ""
|
: ""
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user