From 6d3288d49081801136a2cdfa504de896c44809bd Mon Sep 17 00:00:00 2001 From: jasquat Date: Wed, 23 Nov 2022 16:42:59 -0500 Subject: [PATCH] updated copmleted table text w/ burnettk --- spiffworkflow-frontend/src/routes/CompletedInstances.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spiffworkflow-frontend/src/routes/CompletedInstances.tsx b/spiffworkflow-frontend/src/routes/CompletedInstances.tsx index efced8ae..76117528 100644 --- a/spiffworkflow-frontend/src/routes/CompletedInstances.tsx +++ b/spiffworkflow-frontend/src/routes/CompletedInstances.tsx @@ -13,7 +13,7 @@ export default function CompletedInstances() { perPageOptions={[2, 5, 25]} reportIdentifier="system_report_instances_initiated_by_me" showReports={false} - textToShowIfEmpty="There are no completed instances at this time." + textToShowIfEmpty="You have no completed instances at this time." />

Tasks actioned by me

@@ -25,7 +25,7 @@ export default function CompletedInstances() { perPageOptions={[2, 5, 25]} reportIdentifier="system_report_instances_with_tasks_completed_by_me" showReports={false} - textToShowIfEmpty="There are no instances with tasks that you completed." + textToShowIfEmpty="You have no completed tasks at this time." />

With Tasks Completed By My Group

@@ -37,7 +37,7 @@ export default function CompletedInstances() { perPageOptions={[2, 5, 25]} reportIdentifier="system_report_instances_with_tasks_completed_by_my_groups" showReports={false} - textToShowIfEmpty="There are no instances with tasks that were completed by your groups." + textToShowIfEmpty="Your group has no completed tasks at this time." /> );