Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

CRDCDH-467 Small wording changes #162

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Questionnaire/SubmitFormDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const SubmitFormDialog: FC<Props> = ({
open={open}
onClose={onClose}
title={title || "Submit Request"}
message={message || "Once your application is submitted for review, no further changes can be made. Are you sure you want to proceed?"}
message={message || "Once your submission request is submitted for review, no further changes can be made. Are you sure you want to proceed?"}
actions={(
<>
<Button onClick={onCancel} disabled={disableActions}>
Expand Down
2 changes: 1 addition & 1 deletion src/content/questionnaire/FormView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ const FormView: FC<Props> = ({ section, classes } : Props) => {

<PageBanner
title="Submission Request Form"
subTitle="The following set of high-level questions are intended to provide insight to the CRDC Data Hub, related to data storage, access, secondary sharing needs and other requirements of data submitters."
subTitle="The following set of high-level questions are intended to provide insight to the CRDC, related to data storage, access, secondary sharing needs and other requirements of data submitters."
bannerSrc={bannerPng}
/>

Expand Down
4 changes: 2 additions & 2 deletions src/content/questionnaire/ListView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ const ListingView: FC = () => {
<>
<PageBanner
title="Submission Request List"
subTitle="Below is a list of applications that are associated with your account. Please click on any of the applications to review or continue work."
subTitle="Below is a list of submission requests that are associated with your account. Please click on any of the submission requests to review or continue work."
padding="57px 0 0 25px"
body={(
<StyledBannerBody direction="row" alignItems="center" justifyContent="flex-end">
Expand Down Expand Up @@ -343,7 +343,7 @@ const ListingView: FC = () => {
fontSize={18}
color="#AAA"
>
There are no applications associated with your account
There are no submission requests associated with your account
</Typography>
</TableCell>
</TableRow>
Expand Down