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
path: root/js
diff options
context:
space:
mode:
authorLukas Winkler <git@lw1.at>2021-05-10 19:28:11 +0300
committerGitHub <noreply@github.com>2021-05-10 19:28:11 +0300
commit59301c3638c63a49a56f40965ecf50387c6c645f (patch)
tree14c08a8cf9abdbb8f5d234d27191e3d54199576f /js
parent937e666f9a4772073e8b260dbd7e5f9571834ddf (diff)
more neutral wording and other style improvements (#17540)
* more neutral wording and other style improvements * two more changes * updates expected test files Co-authored-by: sgiehl <stefan@matomo.org>
Diffstat (limited to 'js')
-rw-r--r--js/piwik.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/piwik.js b/js/piwik.js
index e8fa4b4760..18323673a4 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -5958,7 +5958,7 @@ if (typeof window.Matomo !== 'object') {
*
* When you call this method, we imply that the user has given cookie consent for this page view, and will also
* imply consent for all future page views unless the cookie expires or the user
- * deletes all her or his cookies. Remembering cookie consent means even if you call {@link disableCookies()},
+ * deletes all their cookies. Remembering cookie consent means even if you call {@link disableCookies()},
* then cookies will still be enabled and it won't disable cookies since the user has given consent for cookies.
*
* Please note that this feature requires you to set the `cookieDomain` and `cookiePath` correctly. Please
@@ -6760,8 +6760,8 @@ if (typeof window.Matomo !== 'object') {
/**
* When called, no tracking request will be sent to the Matomo server until you have called `setConsentGiven()`
- * unless consent was given previously AND you called {@link rememberConsentGiven()} when the user gave her
- * or his consent.
+ * unless consent was given previously AND you called {@link rememberConsentGiven()} when the user gave their
+ * consent.
*
* This may be useful when you want to implement for example a popup to ask for consent before tracking the user.
* Once the user has given consent, you should call {@link setConsentGiven()} or {@link rememberConsentGiven()}.
@@ -6842,7 +6842,7 @@ if (typeof window.Matomo !== 'object') {
*
* When you call this method, we imply that the user has given consent for this page view, and will also
* imply consent for all future page views unless the cookie expires (if timeout defined) or the user
- * deletes all her or his cookies. This means even if you call {@link requireConsent()}, then all requests
+ * deletes all their cookies. This means even if you call {@link requireConsent()}, then all requests
* will still be tracked.
*
* Please note that this feature requires you to set the `cookieDomain` and `cookiePath` correctly and requires