diff --git a/app/View/Components/SearchString.php b/app/View/Components/SearchString.php index fa7a575eb..8a4fc6dec 100644 --- a/app/View/Components/SearchString.php +++ b/app/View/Components/SearchString.php @@ -108,7 +108,7 @@ class SearchString extends Component $column = str_replace('_code', '', $column); } - if (!empty($options['translation'])) { + if (!empty($options['translation']) && !isset($options['boolean'])) { return $options['translation']; }