Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions language/en/matomoanalytics_acp.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
$lang = array_merge($lang, array(
'ACP_MATOMOANALYTICS' => 'Matomo Analytics',
'ACP_MATOMOANALYTICS_ENABLE' => 'Use Matomo',
'ACP_MATOMOANALYTICS_ENABLE_EXPLAIN' => 'Enable/disable Matomo for the howle website.',
'ACP_MATOMOANALYTICS_ENABLE_EXPLAIN' => 'Enable/disable Matomo for the whole website.',
'ACP_MATOMOANALYTICS_URL' => 'Matomo Tracker URL',
'ACP_MATOMOANALYTICS_URL_EXPLAIN' => 'The URL of your Matomo-instanz. You can find it in the webinterface inside the JavaScript-Tracking-Code right behind <i>var u=</i>.',
'ACP_MATOMOANALYTICS_URL_INVALID' => 'The Matomo Tracker URL musst match this fomat: <i>http(s)://example.com/</i> (note the trailing slash)',
'ACP_MATOMOANALYTICS_URL_EXPLAIN' => 'The URL of your Matomo-instanz. You can find it in the web interface inside the JavaScript-Tracking-Code right behind <i>var u=</i>.',
'ACP_MATOMOANALYTICS_URL_INVALID' => 'The Matomo Tracker URL must match this format: <i>http(s)://example.com/</i> (note the trailing slash)',
'ACP_MATOMOANALYTICS_SITE_ID' => 'Website ID',
'ACP_MATOMOANALYTICS_SITE_ID_EXPLAIN' => 'The ID of your website from Matomo.',
'ACP_MATOMOANALYTICS_SITE_ID_INVALID' => 'ID bust be a positiv integer.',
'ACP_MATOMOANALYTICS_SITE_ID_INVALID' => 'ID must be a positive integer.',
));
Loading