1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-20 13:52:40 +01:00

Auth - fix headers for instructions on Phabricator OAuth provider

Summary: Ref T887. Derp'd this in D11287, despite taking screenshots and everything.

Test Plan: looks bettah and more consistent

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T887

Differential Revision: https://secure.phabricator.com/D11294
This commit is contained in:
Bob Trahan 2015-01-08 16:36:44 -08:00
parent 2be746fb1f
commit 04fb3defd9

View file

@ -13,7 +13,7 @@ final class PhabricatorPhabricatorAuthProvider
public function getConfigurationHelp() { public function getConfigurationHelp() {
if ($this->isCreate()) { if ($this->isCreate()) {
return pht( return pht(
'**Step 1 of 2** - Name Phabricator OAuth Instance'. "**Step 1 of 2 - Name Phabricator OAuth Instance**\n\n".
'Choose a permanent name for the OAuth server instance of '. 'Choose a permanent name for the OAuth server instance of '.
'Phabricator. //This// instance of Phabricator uses this name '. 'Phabricator. //This// instance of Phabricator uses this name '.
'internally to keep track of the OAuth server instance of '. 'internally to keep track of the OAuth server instance of '.
@ -29,7 +29,7 @@ final class PhabricatorPhabricatorAuthProvider
$login_uri = PhabricatorEnv::getURI($this->getLoginURI()); $login_uri = PhabricatorEnv::getURI($this->getLoginURI());
return pht( return pht(
"**Step 2 of 2 - Configure Phabricator OAuth Instance**". "**Step 2 of 2 - Configure Phabricator OAuth Instance**\n\n".
"To configure Phabricator OAuth, create a new application here:". "To configure Phabricator OAuth, create a new application here:".
"\n\n". "\n\n".
"%s/oauthserver/client/create/". "%s/oauthserver/client/create/".