You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: upload/admin/language/english/module/piwik.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
$_['entry_https_url'] = 'Piwik installation URL (https):<br /><span class="help">The full secure URL to your Piwik installation.<br />e.g. "https://www.example.com/piwik/"<br />This MUST include a trailing \'/\' on the end!</span>';
14
14
$_['entry_tracker_location'] = 'Full path to the PiwikTracker.php file:<br /><span class="help">Commonly this may be;<br />"/home/~user/public_html/piwik/PiwikTracker.php"<br />(with \'~user\' as your hosting username).<br />May vary with server configuration.</span>';
15
15
$_['entry_token_auth'] = 'Piwik auth token:<br /><span class="help">Your secret Piwik authorisation token.<br />Get this from your Piwik Admin \'API\' page.<br />e.g. abcde0123456789a0b1c2d3e41234567</span>';
16
-
$_['entry_site_id'] = 'Piwik Site ID:<br /><span class="help">The ID used in your Piwik install,<br />for the site your want to track.<br />Get this from Piwik Admin (Settings -> Websites).</span>';
16
+
$_['entry_site_id'] = 'Piwik Site ID:<br /><span class="help">The ID used in your Piwik install,<br />for the site you want to track.<br />Get this from Piwik Admin (Settings -> Websites).</span>';
$_['entry_proxy_enable'] = 'Piwik Proxy Script:<br /><span class="help">Enabled - use the proxy script.<br />Disabled - use regular tracking.<br />Unsure? Set this to Disabled!<br />See the readme file for info.</span>';
19
19
$_['entry_use_sku'] = 'Piwik SKU:<br /><span class="help">Choose which OpenCart product field to use<br />when reporting Ecommerce product operations.</span>';
0 commit comments