fix: simplify description for postmortem published timestamp field

This commit is contained in:
Nawaz Dhandala 2025-12-03 19:30:08 +00:00
parent f572eb6f93
commit 4868e285b0
No known key found for this signature in database
GPG key ID: 96C5DCA24769DBCA

View file

@ -64,9 +64,7 @@ const POSTMORTEM_FORM_FIELDS: Fields<Incident> = [
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();