I'm trying to replace some text that comes up in a filter modal when a user doesn't have access to the data model in a Liveboard. You can see that below in the image I attached. We added the below code to the Thoughtspot liveboard initialization config.
customizations: { content: { strings: { "This filter is view-only because you do not have view or edit access to the data source(s):": "" } }}
customizations: { content: { strings: { "This filter is view-only because you do not have view or edit access to the data source(s):": "" } }}
but the text stays the same. Any ideas on what might be happening?