1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-12 18:02:40 +01:00

Use ".arcrc" for the user settings to avoid confusion with project ".arcconfig".

This commit is contained in:
epriestley 2011-02-05 22:37:59 -08:00
parent 605268f9aa
commit 78f0b4aff9

View file

@ -131,7 +131,7 @@ class PhabricatorUserSettingsController extends PhabricatorPeopleController {
->setUser($user) ->setUser($user)
->appendChild( ->appendChild(
'<p class="aphront-form-instructions">Copy and paste this certificate '. '<p class="aphront-form-instructions">Copy and paste this certificate '.
'into your <tt>~/.arcconfig</tt> in the "hosts" section to enable '. 'into your <tt>~/.arcrc</tt> in the "hosts" section to enable '.
'Arcanist to authenticate against this host.</p>') 'Arcanist to authenticate against this host.</p>')
->appendChild( ->appendChild(
id(new AphrontFormTextAreaControl()) id(new AphrontFormTextAreaControl())