gabotorresruiz commented on code in PR #34868:
URL: https://github.com/apache/superset/pull/34868#discussion_r2305960331


##########
superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:
##########
@@ -26,7 +26,7 @@ export default function validateNonEmpty(v: unknown) {
     v === '' ||
     (Array.isArray(v) && v.length === 0)
   ) {
-    return t('cannot be empty');
+    return t('Cannot be empty');

Review Comment:
   You’re right, but I don’t think we should handle this here. I’ll revert the 
change, and we can address it later in a separate ticket along with the 
necessary translation updates.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to