diff --git a/administrator/language/en-GB/en-GB.plg_system_stats.ini b/administrator/language/en-GB/en-GB.plg_system_stats.ini index 37882eb01bed5..90767f987e31d 100644 --- a/administrator/language/en-GB/en-GB.plg_system_stats.ini +++ b/administrator/language/en-GB/en-GB.plg_system_stats.ini @@ -22,6 +22,7 @@ PLG_SYSTEM_STATS_MODE_OPTION_ON_DEMAND="On demand" PLG_SYSTEM_STATS_MSG_ALLOW_SENDING_DATA="Enable Joomla Statistics?" PLG_SYSTEM_STATS_MSG_JOOMLA_WANTS_TO_SEND_DATA="To better understand our install base and end user environments it is helpful if you send some site information back to a Joomla! controlled central server. No identifying data is captured at any point. You can change these settings later from Plugins > System - Joomla! Statistics." PLG_SYSTEM_STATS_MSG_WHAT_DATA_WILL_BE_SENT="Select here to see the information that will be sent." +PLG_SYSTEM_STATS_MSG_THE_FOLLOWING_DATA_WILL_BE_SENT="The following information will be sent." PLG_SYSTEM_STATS_RESET_UNIQUE_ID="Reset Unique ID" PLG_SYSTEM_STATS_UNIQUE_ID_LABEL="Unique ID" PLG_SYSTEM_STATS_XML_DESCRIPTION="System Plugin that sends environment statistics to a server controlled by the Joomla! project for statistical analysis. Statistics sent include PHP version, CMS version, Database type, Database version and Server type." diff --git a/plugins/system/stats/layouts/field/data.php b/plugins/system/stats/layouts/field/data.php index a6451724656be..36a2afc12e9be 100644 --- a/plugins/system/stats/layouts/field/data.php +++ b/plugins/system/stats/layouts/field/data.php @@ -46,5 +46,4 @@ * @var array $statsData Statistics that will be sent to the stats server */ ?> - render('stats', compact('statsData')); diff --git a/plugins/system/stats/layouts/stats.php b/plugins/system/stats/layouts/stats.php index a7f9751b849ba..82b2e50e98e1d 100644 --- a/plugins/system/stats/layouts/stats.php +++ b/plugins/system/stats/layouts/stats.php @@ -21,7 +21,8 @@ $versionFields = array('php_version', 'db_version', 'cms_version'); ?> - +

+
$value) : ?>