Hi team, just wondering if there’s a way

Hi team, just wondering if there’s a way to change the error message text in the UI. For instance, for the "Query Timed Out" error in the screenshot below, we would like to display a different message, such as: "There was an error loading the data."
No description
5 Replies
shikharTS
shikharTS5mo ago
Customize text strings
Customize text strings on ThoughtSpot application interface
Alfredo
AlfredoOP4mo ago
Thanks, @shikharTS ! I got it working for almost all scenarios. However, for the text below, it does not work. Do you know why?
No description
Alfredo
AlfredoOP4mo ago
This is the error message in case it helps:
No description
jbc
jbc4mo ago
@Alfredo Due to our internal implementation, you would need to separate the strings and then override in this case here. Example:
customizations: {
content: {
strings: {
"Request access for this": "Send request for this",
"Liveboard": "Stats page"
}
}
}
customizations: {
content: {
strings: {
"Request access for this": "Send request for this",
"Liveboard": "Stats page"
}
}
}
Alfredo
AlfredoOP4mo ago
Thanks @jbc !

Did you find this page helpful?