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:
parent
2be746fb1f
commit
04fb3defd9
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ final class PhabricatorPhabricatorAuthProvider
|
|||
public function getConfigurationHelp() {
|
||||
if ($this->isCreate()) {
|
||||
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 '.
|
||||
'Phabricator. //This// instance of Phabricator uses this name '.
|
||||
'internally to keep track of the OAuth server instance of '.
|
||||
|
@ -29,7 +29,7 @@ final class PhabricatorPhabricatorAuthProvider
|
|||
$login_uri = PhabricatorEnv::getURI($this->getLoginURI());
|
||||
|
||||
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:".
|
||||
"\n\n".
|
||||
"%s/oauthserver/client/create/".
|
||||
|
|
Loading…
Reference in a new issue