diff --git a/admin/admin_settings.php b/admin/admin_settings.php
index 88b93bcb..caff0bb8 100644
--- a/admin/admin_settings.php
+++ b/admin/admin_settings.php
@@ -115,6 +115,7 @@ if ($hesk_settings['attachments']['use'] && !defined('HESK_DEMO')) {
// Check max post size
$tmp = @ini_get('post_max_size');
+ var_dump($tmp);
if ($tmp) {
$last = strtoupper(substr($tmp, -1));
@@ -3527,7 +3528,7 @@ $modsForHesk_settings = mfh_getSettings();
-
Common Properties
+
@@ -3548,7 +3549,7 @@ $modsForHesk_settings = mfh_getSettings();
-
Customer View
+
@@ -3731,7 +3732,7 @@ $modsForHesk_settings = mfh_getSettings();
-
Admin Panel
+
diff --git a/language/en/text.php b/language/en/text.php
index 16fa082b..070f10e9 100644
--- a/language/en/text.php
+++ b/language/en/text.php
@@ -80,6 +80,9 @@ $hesklang['font_icon'] = 'Font Icon';
$hesklang['error_saving_custom_nav_element'] = 'Error saving custom nav element!';
$hesklang['place_help'] = 'The location of the custom navigation element.';
$hesklang['url_help'] = 'The URL where the user should be taken to. Both relative and absolute URLs are supported.';
+$hesklang['common_properties'] = 'Common Properties';
+$hesklang['customer_view'] = 'Customer View';
+$hesklang['admin_panel'] = 'Admin Panel';
// ADDED OR MODIFIED IN Mods for HESK 3.0.0
$hesklang['you_have_x_messages'] = 'You have %s new %s'; // %s: Number of new messages, "message" or "messages", depending on #