Corrects GitHub spelling

This commit is contained in:
Cyberboss
2017-11-11 23:21:58 -05:00
parent c6a7ca69af
commit 315f748b95
+1 -1
View File
@@ -108,7 +108,7 @@ namespace TGControlPanel
}
if (!remote.Contains("github.com"))
{
MessageBox.Show("Pull request support is only available for github based repositories!", "Error");
MessageBox.Show("Pull request support is only available for GitHub based repositories!", "Error");
owner = null;
name = null;
return false;