From 82c79d08a8ac29b01d8de413db4314abc3085bc5 Mon Sep 17 00:00:00 2001 From: sgiehl <stefan@piwik.org> Date: Wed, 13 Sep 2017 08:50:36 +0200 Subject: [PATCH] fixes typo --- plugins/UserCountry/API.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/UserCountry/API.php b/plugins/UserCountry/API.php index af644f04e6..76acdbb8f1 100644 --- a/plugins/UserCountry/API.php +++ b/plugins/UserCountry/API.php @@ -108,7 +108,7 @@ class API extends \Piwik\Plugin\API 'label', function ($label) { if ($label == '1|ti') { - return 'cn'; + return '14|cn'; } return $label; } -- GitLab