1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-23 22:10:55 +01:00

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
This commit is contained in:
Chad Little 2013-08-12 11:41:03 -07:00
parent da8ffbac12
commit fe766ff683

View file

@ -30,7 +30,7 @@ final class PhabricatorAuthProviderOAuthTwitch
}
protected function getLoginIcon() {
return 'Twitch';
return 'TwitchTV';
}
}