From fe766ff6830c6b3cfe4b052393688a92f325312a Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 12 Aug 2013 11:41:03 -0700 Subject: [PATCH] Fix twitch name Summary: fix spelling Test Plan: i didn't test this, but seems ok? Reviewers: epriestley, btrahan Reviewed By: epriestley CC: Korvin, aran Differential Revision: https://secure.phabricator.com/D6728 --- .../auth/provider/PhabricatorAuthProviderOAuthTwitch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/auth/provider/PhabricatorAuthProviderOAuthTwitch.php b/src/applications/auth/provider/PhabricatorAuthProviderOAuthTwitch.php index 4cd192757c..db4b12730f 100644 --- a/src/applications/auth/provider/PhabricatorAuthProviderOAuthTwitch.php +++ b/src/applications/auth/provider/PhabricatorAuthProviderOAuthTwitch.php @@ -30,7 +30,7 @@ final class PhabricatorAuthProviderOAuthTwitch } protected function getLoginIcon() { - return 'Twitch'; + return 'TwitchTV'; } }