From 01d0fc443afea39e573226c42fbf81f10f4f0f37 Mon Sep 17 00:00:00 2001 From: Ariel Yang Date: Sun, 24 Feb 2019 13:37:14 +0000 Subject: [PATCH] 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 --- src/applications/auth/engine/PhabricatorAuthInviteEngine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/auth/engine/PhabricatorAuthInviteEngine.php b/src/applications/auth/engine/PhabricatorAuthInviteEngine.php index f1cb45483e..70fc03345c 100644 --- a/src/applications/auth/engine/PhabricatorAuthInviteEngine.php +++ b/src/applications/auth/engine/PhabricatorAuthInviteEngine.php @@ -147,7 +147,7 @@ final class PhabricatorAuthInviteEngine extends Phobject { // no address. Users can use password recovery to access the other // account if they really control the address. throw id(new PhabricatorAuthInviteAccountException( - pht('Wrong Acount'), + pht('Wrong Account'), pht( 'You are logged in as %s, but the email address you just '. 'clicked a link from is already the primary email address '.