strapi / strapi

🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.
https://strapi.io
Other
60.63k stars 7.57k forks source link

fix(scheduling): update error message #20203

Closed madhurisandbhor closed 2 weeks ago

madhurisandbhor commented 2 weeks ago

What does it do?

Updates the scheduling required field error message to use more generic required field message.

Why is it needed?

Asked by UX, https://www.notion.so/strapi/Releases-Scheduling-Alpha-Blitz-Session-14ae56786d5a41e2a0dbf98b7e4b55e2?pvs=4#8916a056719f4dbb862c479bf1eab087

How to test it?

When user tries to schedule a release if any of the required field is not filled, on submit user should get error message This value is required.

vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
contributor-docs ❌ Failed (Inspect) Apr 25, 2024 7:14am
madhurisandbhor commented 2 weeks ago

I am closing this PR to create changes on V5 instead as importing from helper plugin will need to refactor again.