diff --git a/lib/WebGUI/FilePump/Bundle.pm b/lib/WebGUI/FilePump/Bundle.pm index 4feacb554..05714ef9c 100644 --- a/lib/WebGUI/FilePump/Bundle.pm +++ b/lib/WebGUI/FilePump/Bundle.pm @@ -132,7 +132,7 @@ sub crud_definition { $definition->{tableKey} = 'bundleId'; $definition->{sequenceKey} = ''; my $properties = $definition->{properties}; - $properties->{bucketName} = { + $properties->{bundleName} = { fieldName => 'text', defaultValue => $i18n->get('new bundle'), };