From 1fa8e19f9826ff13f7c2a00bbf6a1d36675426e8 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sat, 25 Oct 2014 00:06:19 -0400 Subject: [PATCH] Missed some content --- admin/profile.php | 3 +-- language/en/text.php | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/profile.php b/admin/profile.php index aabac112..e784edad 100644 --- a/admin/profile.php +++ b/admin/profile.php @@ -258,9 +258,8 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
- +
-
diff --git a/language/en/text.php b/language/en/text.php index b2373a17..9ec28540 100644 --- a/language/en/text.php +++ b/language/en/text.php @@ -22,6 +22,7 @@ $hesklang['_COLLATE']='utf8_unicode_ci'; $hesklang['EMAIL_HR']='------ Reply above this line ------'; // ADDED OR MODIFIED IN NuMods 1.5.0 +$hesklang['ticket_auto_refresh'] = 'Ticket Table Auto-Refresh:'; $hesklang['display_rtl'] = 'Display site right-to-left'; $hesklang['show_icons_navigation'] = 'Show icons on navigation bar'; $hesklang['enable_maintenance'] = 'Enable maintenance mode';