Fixed typo in customer -> add ticket form

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2011-02-13 12:48:21 +01:00
parent f85d983c84
commit 107c84fdbc

View File

@@ -32,7 +32,7 @@ return array(
'type' => 'select',
'select_var' => $priorities,
),
'categories' => array(
'category' => array(
'label' => $lng['ticket']['category'],
'type' => 'select',
'select_var' => $categories,