mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 16:52:41 +01:00
Fix a typo
Summary: Fix a type Test Plan: No need. Reviewers: #blessed_reviewers, amckinley Reviewed By: #blessed_reviewers, amckinley Subscribers: amckinley, epriestley Differential Revision: https://secure.phabricator.com/D20203
This commit is contained in:
parent
701a9bc339
commit
01d0fc443a
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ final class PhabricatorAuthInviteEngine extends Phobject {
|
||||||
// no address. Users can use password recovery to access the other
|
// no address. Users can use password recovery to access the other
|
||||||
// account if they really control the address.
|
// account if they really control the address.
|
||||||
throw id(new PhabricatorAuthInviteAccountException(
|
throw id(new PhabricatorAuthInviteAccountException(
|
||||||
pht('Wrong Acount'),
|
pht('Wrong Account'),
|
||||||
pht(
|
pht(
|
||||||
'You are logged in as %s, but the email address you just '.
|
'You are logged in as %s, but the email address you just '.
|
||||||
'clicked a link from is already the primary email address '.
|
'clicked a link from is already the primary email address '.
|
||||||
|
|
Loading…
Reference in a new issue