diff --git a/spiffworkflow-frontend/src/routes/CompletedInstances.tsx b/spiffworkflow-frontend/src/routes/CompletedInstances.tsx index 734e80d5..efced8ae 100644 --- a/spiffworkflow-frontend/src/routes/CompletedInstances.tsx +++ b/spiffworkflow-frontend/src/routes/CompletedInstances.tsx @@ -13,27 +13,31 @@ export default function CompletedInstances() { perPageOptions={[2, 5, 25]} reportIdentifier="system_report_instances_initiated_by_me" showReports={false} - textToShowIfEmpty="No completed instances" + textToShowIfEmpty="There are no completed instances at this time." /> -

Tasks actions by me

-

+

Tasks actioned by me

+

+ This is a list of instances where you have completed tasks. +

With Tasks Completed By My Group

-

+

+ This is a list of instances that were completed by groups you belong to. +

);