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
|
||||
? `<p>
|
||||
Login to continue to ${this.challenge.applicationPre}.
|
||||
Log in to continue to ${this.challenge.applicationPre}.
|
||||
</p>`
|
||||
: ""
|
||||
}
|
||||
|
Reference in New Issue
Block a user