diff --git a/src/applications/oauthserver/application/PhabricatorApplicationOAuthServer.php b/src/applications/oauthserver/application/PhabricatorApplicationOAuthServer.php index 248bb673d3..1e996e825f 100644 --- a/src/applications/oauthserver/application/PhabricatorApplicationOAuthServer.php +++ b/src/applications/oauthserver/application/PhabricatorApplicationOAuthServer.php @@ -15,21 +15,17 @@ final class PhabricatorApplicationOAuthServer extends PhabricatorApplication { } public function getTitleGlyph() { - return "~"; + return "\xE2\x99\x86"; } public function getFlavorText() { - return pht('yerps'); + return pht('Login with Phabricator'); } public function getApplicationGroup() { return self::GROUP_UTILITIES; } - public function canUninstall() { - return false; - } - public function isBeta() { return true; }