When an error occurs in Find, the application displays an error message describing the nature of the problem. If the error is of a nature such that a user cannot solve it, a message prompting the user to contact support is shown.
To customize error messages
config.json in a text editor.To add your relevant support contact details, add an errorCallSupportString option to the uiCustomization section. For example:
"uiCustomization": {
"errorCallSupportString": "Contact Support on 01 234 56."
}
Restart Find to apply your configuration changes.
Find uses the new message instead of the default message.
|
|