@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Ariel Yang and committed by
arielyang
01d0fc44 701a9bc3

+1 -1
+1 -1
src/applications/auth/engine/PhabricatorAuthInviteEngine.php
··· 147 147 // no address. Users can use password recovery to access the other 148 148 // account if they really control the address. 149 149 throw id(new PhabricatorAuthInviteAccountException( 150 - pht('Wrong Acount'), 150 + pht('Wrong Account'), 151 151 pht( 152 152 'You are logged in as %s, but the email address you just '. 153 153 'clicked a link from is already the primary email address '.