Skip to content

Commit 25ab65b

Browse files
committed
corrected spelling mistake in admin area
1 parent 15aa9d1 commit 25ab65b

File tree

1 file changed

+1
-1
lines changed
  • upload/admin/language/english/module

1 file changed

+1
-1
lines changed

upload/admin/language/english/module/piwik.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
$_['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>';
1414
$_['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>';
1515
$_['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>';
1717
$_['entry_ec_enable'] = 'Ecommerce tracking:<br /><span class="help">Enabled - track Ecommerce operations.<br />Disabled - only track page views.</span>';
1818
$_['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>';
1919
$_['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

Comments
 (0)