Hi there! I'm having issues with the
Hi there! I'm having issues with the customization strings: "Anyone who already has access to this Liveboard can use this link to view the Liveboard" & "This Liveboard is not discoverable"
16 Replies
Hi @Jessica can you please point out at what place you are trying to replace these strings. I will check this and will let you know
thanks @Aditya it's at the bottom of the share modal (from the liveboard share button)
Hi @Jessica I am able to reproduce this. For now to unblock yourself can you break the strings into multiple strings and break at the point where liveboard is coming so for example -
to replace "Anyone who already has access to this Liveboard can use this link to view the Liveboard"
customizations: {
content: {
strings: {
"Anyone who already has access to this": "test",
"Liveboard": "dashboard",
"can use this link to view the": "test2"
}
}
}
Let me know if this unblocks you
thanks @Aditya we need to change the latter bit of the first sentence to "view Insights" which doesn't seem to update, and the second sentence doesn't seem to update at all either
@Jessica - Can you please give what you want for both sentences while we fix this ?
@utsav.kapoor yes! it's:
Let me try it out tomorrow and come back
sweet, thank you!
@jbc
Hi @Jessica - I tried to get this working. I was able to get majority of the work done. I ran into a system limitation where we cannot replace Liveboard litreal to multiple strings. We are hitting the last limitation mentioned here: https://developers.thoughtspot.com/docs/customize-text#_limitations
Let me know your thoughts.
```strings: {
'Liveboard': 'Dashboard',
'who already has access to this Dashboard can use this link to view the Dashboard': 'who already has access to this Dashboard can use this link to view insights',
'not discoverable': 'only visible to user groups with permissions'
}
Customize text strings
Customize text strings on ThoughtSpot application interface
Hi @utsav.kapoor I tried, but the insights still wasn't updated properly?
(ie. this one: 'who already has access to this Dashboard can use this link to view the Dashboard': 'who already has access to this Dashboard can use this link to view insights',
)
Yes. That's where we are hitting a system limitation. Rest everything, I was able to get it working.
Its happening because the original sentence had Liveboard twice and we already replaced liveboard with dashboard. Its always defaulting to that
@utsav.kapoor sorry to clarify then should this be working? 'who already has access to this Dashboard can use this link to view the Dashboard': 'who already has access to this Dashboard can use this link to view insights' ?
No, this doesnt work.
Can we change the sentence from Anyone who already has access to this Dashboard can use this link to view insights to Anyone who already has access to this Dashboard can use this link to view insights on this Dashboard ? Will that work for your usecase ?
okay thank you! I can suggest that!