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:
Diffstat (limited to 'plugins/Provider/API.php')
-rw-r--r--plugins/Provider/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Provider/API.php b/plugins/Provider/API.php
index 3a01059f0b..d11263f1a4 100644
--- a/plugins/Provider/API.php
+++ b/plugins/Provider/API.php
@@ -57,7 +57,7 @@ function Piwik_getHostnameName($in)
{
if(empty($in))
{
- return "Unknown";
+ return Piwik_Translate('General_Unknown');
}
elseif(strtolower($in) === 'ip')
{