Fix invalid label.

This commit is contained in:
Martin Kamerbeek 2010-12-16 16:50:19 +01:00
parent 98c3c69959
commit c6d7fe913d

View file

@ -71,7 +71,7 @@ sub crud_definition {
$definition->{ dynamic }->{ includeMailings } = {
fieldType => 'checkList',
label => 'Store homepage url in field',
label => 'Include newsletters',
options => \%mailings,
vertical => 1,
};