diff --git a/TGControlPanel/Program.cs b/TGControlPanel/Program.cs index 6b46b19746..b484dbc88f 100644 --- a/TGControlPanel/Program.cs +++ b/TGControlPanel/Program.cs @@ -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;