port-labs / ocean

🌊 Ocean 🌊 is an innovative solution developed by Port to seamlessly integrate various third-party systems with our developer portal product, empowering engineers to effortlessly prioritize key features and streamline the integration process.
https://ocean.getport.io
Apache License 2.0
104 stars 33 forks source link

[Enhancement] [Integration] [PagerDuty] Rename "Create At" property to "Created At" #821

Open JaanJah opened 1 month ago

JaanJah commented 1 month ago

Motivation

Currently the default blueprint for PagerDuty creates a property called createdAt, but it's title is set as "Create At", it would make more sense if it was called "Created At" instead.

Proposed Changes

-          "title": "Create At",
+          "title": "Created At",

Are you willing to submit a PR?