From 1b1359544affa8869c50d80c531bf10c8ecaa527 Mon Sep 17 00:00:00 2001 From: Alejandro-Vega Date: Thu, 23 Jan 2025 13:05:27 -0500 Subject: [PATCH] Update empty table text for Data Submissions List and Submission Request List tables --- src/content/dataSubmissions/DataSubmissionsListView.tsx | 2 +- src/content/questionnaire/ListView.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/dataSubmissions/DataSubmissionsListView.tsx b/src/content/dataSubmissions/DataSubmissionsListView.tsx index caa3cb59a..56c569f9d 100644 --- a/src/content/dataSubmissions/DataSubmissionsListView.tsx +++ b/src/content/dataSubmissions/DataSubmissionsListView.tsx @@ -399,7 +399,7 @@ const ListingView: FC = () => { defaultOrder="desc" disableUrlParams={false} position="bottom" - noContentText="There are no data submissions associated with your account" + noContentText="You either do not have the appropriate permissions to view data submissions, or there are no data submissions associated with your account." onFetchData={handleFetchData} containerProps={{ sx: { diff --git a/src/content/questionnaire/ListView.tsx b/src/content/questionnaire/ListView.tsx index b9a275d3d..6d037ffdb 100644 --- a/src/content/questionnaire/ListView.tsx +++ b/src/content/questionnaire/ListView.tsx @@ -423,7 +423,7 @@ const ListingView: FC = () => { defaultRowsPerPage={20} defaultOrder="desc" position="bottom" - noContentText="There are no submission requests associated with your account" + noContentText="You either do not have the appropriate permissions to view submission requests, or there are no submission requests associated with your account." onFetchData={handleFetchData} containerProps={{ sx: {