Skip to content
Snippets Groups Projects
Commit b189b866 authored by Jared Hancock's avatar Jared Hancock
Browse files

Make 'Your Information' on new ticket translatable

parent 7335525e
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment