From b189b8664a5a1af8135a6bed3d5a162594ecc4d9 Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Thu, 22 May 2014 12:03:03 -0500
Subject: [PATCH] Make 'Your Information' on new ticket translatable

---
 include/client/open.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/client/open.inc.php b/include/client/open.inc.php
index dc481b3b9..afe0b261a 100644
--- a/include/client/open.inc.php
+++ b/include/client/open.inc.php
@@ -52,7 +52,7 @@ if ($info['topicId'] && ($topic=Topic::lookup($info['topicId']))) {
         if (!$thisclient) {
             $uform = UserForm::getUserForm()->getForm($_POST);
             if ($_POST) $uform->isValid();
-            $uform->render(false, 'Your Information');
+            $uform->render(false);
         }
         else { ?>
             <tr><td colspan="2"><hr /></td></tr>
-- 
GitLab