diff --git a/src/Admin/Element/ElementAdminFilters.php b/src/Admin/Element/ElementAdminFilters.php
index 7760cbd03a69456b3f0fc0fa9dc35928c4dd813f..8afb53162ccd0339b9020c06a5278290fddbac31 100755
--- a/src/Admin/Element/ElementAdminFilters.php
+++ b/src/Admin/Element/ElementAdminFilters.php
@@ -31,7 +31,7 @@ class ElementAdminFilters extends ElementAdminAbstract
           [
             'choices' => array_flip(array_map(function($value) {
                 return $this->t('elements.fields.status_choices.' . $value);
-             }, ['' => '',-6 => -6,-5 => -5,-4 => -4,-3 => -3,-2 => -2,-1 => -1,0 => 0,1 => 1,2 => 2,3 => 3,4 => 4,5 => 5,6 => 6,7 => 7])), // TODO
+             }, ['' => '',-6 => -6,-4 => -4,-3 => -3,-2 => -2,-1 => -1,0 => 0,1 => 1,2 => 2,3 => 3,4 => 4,5 => 5,6 => 6,7 => 7])), // TODO
 
             'expanded' => false,
             'multiple' => false,