Skip to content

Commit

Permalink
The
Browse files Browse the repository at this point in the history
  • Loading branch information
joshaber committed May 25, 2017
1 parent 6cbc580 commit ff1fca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/lib/dispatcher/sign-in-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function getUnverifiedUserErrorMessage(login: string): string {
return `Unable to authenticate. The account ${login} is lacking a verified email address. Please sign in to GitHub.com, confirm your email address in the Emails section under Personal settings, and try again.`
}

const EnterpriseTooOldMessage = `GitHub Enterprise version is too old. Talk to your server's administrator about upgrading to the latest version of GitHub Enterprise.`
const EnterpriseTooOldMessage = `The GitHub Enterprise version is too old. Talk to your server's administrator about upgrading to the latest version of GitHub Enterprise.`

/**
* An enumeration of the possible steps that the sign in
Expand Down

0 comments on commit ff1fca2

Please sign in to comment.