Skip to content

Commit

Permalink
fix text casings per feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Chen authored and Amy Chen committed Jun 7, 2024
1 parent fe16805 commit 2ecbdbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/EnrollmentApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export default class EnrollmentApp extends React.Component<{}, EnrollmenAppState
aria-describedby="careplan-date-dialog-description"
>
<DialogTitle id="careplan-date-dialog-title">
{"Please Specify the CarePlan Start Date"}
{"Please specify the CarePlan start date"}
</DialogTitle>
<DialogContent sx={{ padding: (theme) => theme.spacing(2.5, 3, 2) }}>
<Box
Expand All @@ -270,7 +270,7 @@ export default class EnrollmentApp extends React.Component<{}, EnrollmenAppState
>
<LocalizationProvider dateAdapter={AdapterMoment}>
<DateTimePicker
label="Start Date & Time"
label="Start date & time"
// @ts-ignore
value={selectedValue ?? moment()}
format="ddd, MM/DD/YYYY hh:mm A" // example output display: Thu, 03/09/2023 09:34 AM
Expand Down

0 comments on commit 2ecbdbc

Please sign in to comment.