Skip to content

Commit

Permalink
fix: make "login" vs "log in" consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
sweepies committed Jan 1, 2025
1 parent 5ebd280 commit 78f058d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/packages/sfe/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>`
: ""
}
Expand Down

0 comments on commit 78f058d

Please sign in to comment.