Currently, Im validating error messages in a modal but I have many strings that I assigned in a method,
Is there a way that these strings can be store in another file so we can call it and not assigned on the method itself?
Also I don’t want to store it under Profiles as I have many modules
Help and suggestions will be appreciated