Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanayiotis Lipiridis <lipiridis@gmail.com>2016-10-07 14:13:59 +0300
committerPanayiotis Lipiridis <lipiridis@gmail.com>2016-10-07 14:13:59 +0300
commit7359c3721edff57cecfafab5edc67a530e090659 (patch)
treefffc5701197dc45c11f923d66b40d0c7e0c7a022 /plugins/LanguagesManager
parent9243b9a7b6fae8237596f76cda1fe8b6816463af (diff)
Fixed GitHub case
Diffstat (limited to 'plugins/LanguagesManager')
-rw-r--r--plugins/LanguagesManager/Commands/CreatePull.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LanguagesManager/Commands/CreatePull.php b/plugins/LanguagesManager/Commands/CreatePull.php
index bfac18566d..0af07259ff 100644
--- a/plugins/LanguagesManager/Commands/CreatePull.php
+++ b/plugins/LanguagesManager/Commands/CreatePull.php
@@ -187,7 +187,7 @@ class CreatePull extends TranslationBase
while (true) {
- $username = $dialog->ask($output, 'Please provide your github username (to create a pull request using Github API): ');
+ $username = $dialog->ask($output, 'Please provide your GitHub username (to create a pull request using GitHub API): ');
$returnCode = shell_exec('curl \
-X POST \