diff --git a/app/Template/custom_filter/add.php b/app/Template/custom_filter/add.php index dfdae72f1..61df148c8 100644 --- a/app/Template/custom_filter/add.php +++ b/app/Template/custom_filter/add.php @@ -13,7 +13,7 @@ form->text('filter', $values, $errors, array('required', 'maxlength="100"')) ?> user->isProjectManagementAllowed($project['id'])): ?> - form->checkbox('is_shared', t('Share with all project members'), 1) ?> + form->checkbox('is_shared', t('Share with all project members'), 1) ?> form->checkbox('append', t('Append filter (instead of replacement)'), 1) ?>