diff --git a/plugins/UserCountry/API.php b/plugins/UserCountry/API.php
index af644f04e60924d5cfb5eb5305e635c4bb5e7af4..76acdbb8f1911c5035a283c6cad5514c151abf69 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;
                     }