how to change a validated message
-
I have to add a field on the sign-up page it works properly but I need to change the validated message.
-
Hello @mayur0418
For this you need to add the translations inside your respective locale folder code.Here is the example on English (en)
packages >> Webkul >> Shop >> src >> Resources >> lang >> en >> app.php file
Thanks & Regards
-
@Rishabh-Webkul But where can I put No other similar validate message wasn't found?
-
@mayur0418 said in how to change a validated message:
But where can I put No other similar validate message wasn't found?
You can put your key inside the sign-up array, which we have already shared in the screenshot by @Rishabh-Webkul.
Note: We recommend adding a new key instead of using an existing one. This ensures that the future changes to the key won't affect other areas where the original key is used.