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:
authorThomas Steur <tsteur@users.noreply.github.com>2019-04-12 04:59:31 +0300
committerGitHub <noreply@github.com>2019-04-12 04:59:31 +0300
commit4d483e95cf794a4916352ea96642ec68d9d03277 (patch)
tree51aaef27199948ed52dc7663b827c1db4ba104f5
parentd6f49f21514ab84330d1f42ba8f8019749f00406 (diff)
Rename visitor log => visits log (#14343)
refs #14223
-rw-r--r--plugins/Live/VisitorDetailsAbstract.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Live/VisitorDetailsAbstract.php b/plugins/Live/VisitorDetailsAbstract.php
index 19ae14f685..2e7c94d23c 100644
--- a/plugins/Live/VisitorDetailsAbstract.php
+++ b/plugins/Live/VisitorDetailsAbstract.php
@@ -13,7 +13,7 @@ use Piwik\DataTable;
/**
* Class VisitorDetailsAbstract
*
- * This class can be implemented in a plugin to extend the Live reports, visitor log and profile
+ * This class can be implemented in a plugin to extend the Live reports, visit log and profile
*
* @api
*/
@@ -158,7 +158,7 @@ abstract class VisitorDetailsAbstract
}
/**
- * Called when rendering the Icons in visitor log
+ * Called when rendering the Icons in visit log
*
* @param array $visitorDetails
* @return string
@@ -168,7 +168,7 @@ abstract class VisitorDetailsAbstract
}
/**
- * Called when rendering the visitor details in visitor log
+ * Called when rendering the visitor details in visit log
* returned array needs to look like this:
* array (
* 20, // order id
@@ -272,4 +272,4 @@ abstract class VisitorDetailsAbstract
public function finalizeProfile($visits, &$profile)
{
}
-} \ No newline at end of file
+}