Adjusted statistics typos

This commit is contained in:
FrancescoUK
2016-09-28 17:33:15 +01:00
parent 9c025c6feb
commit d88aee1676
3 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ class Home extends Secure_Controller
{
$this->load->library('tracking_lib');
$this->tracking_lib->track_page('Logout', 'logout');
$this->tracking_lib->track_page('logout', 'logout');
}
}
}

View File

@@ -28,8 +28,8 @@ class Login extends CI_Controller
{
$this->load->library('tracking_lib');
$login_info = $this->config->item('website') . ' | ' . $this->config->item('base_url') ;
$this->tracking_lib->track_page('login', 'login', $login_info);
//$login_info = $this->config->item('website') . ' | ' . $this->config->item('base_url') ;
$this->tracking_lib->track_page('login', 'login'/*, $login_info*/);
$this->tracking_lib->track_event('Stats', 'Theme', $this->config->item('theme'));
$this->tracking_lib->track_event('Stats', 'Language', $this->config->item('language'));

View File

@@ -164,7 +164,7 @@ $lang["config_sales_invoice_format"] = "شكل فاتورة البيع";
$lang["config_saved_successfully"] = "تم حفظ التهيئة بنجاح";
$lang["config_saved_unsuccessfully"] = "لم يتم حفظ التهيئة بنجاح";
$lang["config_statistics"] = "Send statistics";
$lang["config_statistics_tooltip"] = ",Send statistics for development and feature improvement purposes";
$lang["config_statistics_tooltip"] = "Send statistics for development and feature improvement purposes";
$lang["config_stock_location"] = "مكان المخزون";
$lang["config_stock_location_duplicate"] = "من فضلك إستخدم اسم مكان غير مكرر";
$lang["config_stock_location_invalid_chars"] = "مكان المخزون لايمكن أن يحتوى على '_'";