mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-20 08:28:48 -05:00
strings
This commit is contained in:
@@ -90,8 +90,8 @@ const CreateMaintenanceWindowPage = () => {
|
||||
}
|
||||
/>
|
||||
<ConfigBox
|
||||
title={t("pages.maintenanceWindow.form.startTime.title")}
|
||||
subtitle={t("pages.maintenanceWindow.form.startTime.description")}
|
||||
title={t("pages.maintenanceWindow.form.startDate.title")}
|
||||
subtitle={t("pages.maintenanceWindow.form.startDate.description")}
|
||||
rightContent={
|
||||
<Stack spacing={theme.spacing(8)}>
|
||||
<Controller
|
||||
@@ -101,7 +101,7 @@ const CreateMaintenanceWindowPage = () => {
|
||||
render={({ field }) => (
|
||||
<DatePicker
|
||||
fieldLabel={t(
|
||||
"pages.maintenanceWindow.form.startTime.option.startDate.label"
|
||||
"pages.maintenanceWindow.form.startDate.option.startDate.label"
|
||||
)}
|
||||
value={field.value ? dayjs(field.value, "YYYY-MM-DD") : null}
|
||||
onChange={(date) => {
|
||||
|
||||
@@ -807,6 +807,15 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"startDate": {
|
||||
"title": "Start date",
|
||||
"description": "Select the start date for your maintenance window.",
|
||||
"option": {
|
||||
"startDate": {
|
||||
"label": "Start date"
|
||||
}
|
||||
}
|
||||
},
|
||||
"startTime": {
|
||||
"title": "Start time",
|
||||
"description": "Set the start time and duration for your maintenance window.",
|
||||
@@ -814,9 +823,7 @@
|
||||
"duration": {
|
||||
"label": "Duration"
|
||||
},
|
||||
"startDate": {
|
||||
"label": "Start date"
|
||||
},
|
||||
|
||||
"startTime": {
|
||||
"label": "Start time"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user