mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 06:42:42 +01:00
Fix a leftover misspelled "Phabricator" reference
Summary: Closes T15850 Test Plan: Read the code and see that there isn't a typo anymore Reviewers: O1 Blessed Committers, avivey Reviewed By: O1 Blessed Committers, avivey Subscribers: avivey, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Maniphest Tasks: T15850 Differential Revision: https://we.phorge.it/D25682
This commit is contained in:
parent
cb934602c2
commit
d8cd959622
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ final class PhabricatorAuthUnlinkController
|
||||||
->addHiddenInput('confirmations', implode(',', $confirmations))
|
->addHiddenInput('confirmations', implode(',', $confirmations))
|
||||||
->appendParagraph(
|
->appendParagraph(
|
||||||
pht(
|
pht(
|
||||||
'This is the only external login account linked to your Phabicator '.
|
'This is the only external login account linked to your '.
|
||||||
'account. If you remove it, you may no longer be able to log in.'))
|
'account. If you remove it, you may no longer be able to log in.'))
|
||||||
->appendParagraph(
|
->appendParagraph(
|
||||||
pht(
|
pht(
|
||||||
|
|
Loading…
Reference in a new issue