diff --git a/client/src/components/Projects/ColumnHeaderPopups/StringListPopup.jsx b/client/src/components/Projects/ColumnHeaderPopups/StringListPopup.jsx
index f474fd24c..9ea12c360 100644
--- a/client/src/components/Projects/ColumnHeaderPopups/StringListPopup.jsx
+++ b/client/src/components/Projects/ColumnHeaderPopups/StringListPopup.jsx
@@ -5,6 +5,7 @@ import RadioButton from "../../UI/RadioButton";
import { MdClose } from "react-icons/md";
import { createUseStyles } from "react-jss";
import ToggleCheckbox from "components/UI/ToggleCheckbox";
+import { selectAllCheckboxes } from "helpers/util";
/*
Variant of the StringPopup that is for text columns with a small number of choices that do not need the search box feature
@@ -185,12 +186,23 @@ const TextPopup = ({
alignItems: "baseline"
}}
>
-
+
+
+
-
+
+
{`${selectedListItems.length} selected`}
diff --git a/client/src/components/Projects/ColumnHeaderPopups/StringPopup.jsx b/client/src/components/Projects/ColumnHeaderPopups/StringPopup.jsx
index 34f5d0860..0be5a740d 100644
--- a/client/src/components/Projects/ColumnHeaderPopups/StringPopup.jsx
+++ b/client/src/components/Projects/ColumnHeaderPopups/StringPopup.jsx
@@ -6,6 +6,7 @@ import { MdClose } from "react-icons/md";
import { MdOutlineSearch } from "react-icons/md";
import { createUseStyles } from "react-jss";
import ToggleCheckbox from "components/UI/ToggleCheckbox";
+import { selectAllCheckboxes } from "helpers/util";
/*
Variant of the TextPopup that gets rid of all the quirky accommodation of dro and author filtering used on the My Projects Page
@@ -200,12 +201,23 @@ const TextPopup = ({
alignItems: "baseline"
}}
>
-
+