mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-24 14:30:56 +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:
parent
da8ffbac12
commit
fe766ff683
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ final class PhabricatorAuthProviderOAuthTwitch
|
|||
}
|
||||
|
||||
protected function getLoginIcon() {
|
||||
return 'Twitch';
|
||||
return 'TwitchTV';
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue