From c42c4ff3913a782fb18ab46a51a0ad8830fa20c5 Mon Sep 17 00:00:00 2001 From: burnettk Date: Mon, 20 Mar 2023 12:41:58 -0400 Subject: [PATCH] update the word Filter to Apply --- .../src/components/ProcessInstanceListTable.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx b/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx index 41c32aa4..eb4f17bf 100644 --- a/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx +++ b/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx @@ -1273,7 +1273,7 @@ export default function ProcessInstanceListTable({ data-qa="filter-button" className="narrow-button" > - Filter + Apply @@ -1483,7 +1483,7 @@ export default function ProcessInstanceListTable({ if (requiresRefilter) { refilterTextComponent = (

- * Please press the filter button when you have completed updating the + * Please press the Apply button when you have completed updating the filters.

);