cc-2232-automatically-fill-in-show-name
-changed default "Untitled Show 1" to "Untitled Show"
This commit is contained in:
parent
e5969ab4be
commit
12e30820ae
|
@ -18,7 +18,7 @@ class Application_Form_AddShowWhat extends Zend_Form_SubForm
|
|||
'required' => true,
|
||||
'filters' => array('StringTrim'),
|
||||
'validators' => array('NotEmpty'),
|
||||
'value' => 'Untitled Show 1'
|
||||
'value' => 'Untitled Show'
|
||||
));
|
||||
|
||||
// Add URL element
|
||||
|
|
Loading…
Reference in New Issue