update the word Filter to Apply

This commit is contained in:
burnettk 2023-03-20 12:41:58 -04:00
parent c321e4ff6d
commit d9927506eb
1 changed files with 2 additions and 2 deletions

View File

@ -1273,7 +1273,7 @@ export default function ProcessInstanceListTable({
data-qa="filter-button"
className="narrow-button"
>
Filter
Apply
</Button>
</ButtonSet>
</Column>
@ -1483,7 +1483,7 @@ export default function ProcessInstanceListTable({
if (requiresRefilter) {
refilterTextComponent = (
<p className="please-press-filter-button">
* Please press the filter button when you have completed updating the
* Please press the Apply button when you have completed updating the
filters.
</p>
);