Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

At service level you can define a message to show in case the device/browser is not compatible (check https://enghouseglobal.atlassian.net/l/c/kze2XUh7 Service )

Parameter name

Examples

Notes

compatibilityErrorMessage

{
"it-it" : "Spiacenti, CTlive non รจ supportato",
"en-gb" : "Thank you for contacting us.<br><br>Your browser is not compatible with the service.<br><br>Please send an email to:<br>info@enghouse.com"
}

If empty or undefined, the warning message is not applied.

It is a localizable string based on the language id and you can use html tag to beautify the message.

...