From 59301c3638c63a49a56f40965ecf50387c6c645f Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Mon, 10 May 2021 18:28:11 +0200 Subject: 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 --- js/piwik.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'js') 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 -- cgit v1.2.3