From 60ec1f0c3b556df70c2dd99743a538b46589187b Mon Sep 17 00:00:00 2001 From: PrasadMadine Date: Thu, 4 Jul 2024 16:18:41 +0530 Subject: [PATCH] Resolved incomplete error message for rating widget --- app/client/src/widgets/RateWidget/widget/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/src/widgets/RateWidget/widget/index.tsx b/app/client/src/widgets/RateWidget/widget/index.tsx index e66c70124ebc..57da47091361 100644 --- a/app/client/src/widgets/RateWidget/widget/index.tsx +++ b/app/client/src/widgets/RateWidget/widget/index.tsx @@ -81,7 +81,7 @@ function validateDefaultRate(value: unknown, props: any, _: any) { messages: [ { name: "ValidationError", - message: `This value can be a decimal only if 'Allow half' is true`, + message: `This value can be a decimal only if 'Allow half stars' is true`, }, ], };