From 04fb3defd9b4f03b542f0ef96fbc24268a08d051 Mon Sep 17 00:00:00 2001 From: Bob Trahan Date: Thu, 8 Jan 2015 16:36:44 -0800 Subject: [PATCH] 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 --- .../auth/provider/PhabricatorPhabricatorAuthProvider.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/applications/auth/provider/PhabricatorPhabricatorAuthProvider.php b/src/applications/auth/provider/PhabricatorPhabricatorAuthProvider.php index b7ba0b6a73..b27c895e82 100644 --- a/src/applications/auth/provider/PhabricatorPhabricatorAuthProvider.php +++ b/src/applications/auth/provider/PhabricatorPhabricatorAuthProvider.php @@ -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/".