diff --git a/Dashboard/src/Pages/Incidents/View/Postmortem.tsx b/Dashboard/src/Pages/Incidents/View/Postmortem.tsx index eb0315f1ff..cf07a23fa7 100644 --- a/Dashboard/src/Pages/Incidents/View/Postmortem.tsx +++ b/Dashboard/src/Pages/Incidents/View/Postmortem.tsx @@ -64,9 +64,7 @@ const POSTMORTEM_FORM_FIELDS: Fields = [ fieldType: FormFieldSchemaType.DateTime, required: false, description: - "Set the posted-on timestamp subscribers will see. This is in " + - OneUptimeDate.getCurrentTimezoneString() + - ".", + "Set the posted-on timestamp subscribers will see. ", placeholder: "Select date and time", getDefaultValue: () => { return OneUptimeDate.getCurrentDate();