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
Aditya
Aditya4mo ago
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
Jessica
JessicaOP4mo ago
thanks @Aditya it's at the bottom of the share modal (from the liveboard share button)
Aditya
Aditya4mo ago
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
Jessica
JessicaOP4mo ago
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
utsav.kapoor
utsav.kapoor4mo ago
@Jessica - Can you please give what you want for both sentences while we fix this ?
Jessica
JessicaOP4mo ago
@utsav.kapoor yes! it's:
No description
utsav.kapoor
utsav.kapoor4mo ago
Let me try it out tomorrow and come back
Jessica
JessicaOP4mo ago
sweet, thank you!
shikharTS
shikharTS4mo ago
@jbc
utsav.kapoor
utsav.kapoor4mo ago
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
Jessica
JessicaOP4mo ago
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', )
utsav.kapoor
utsav.kapoor3mo ago
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
Jessica
JessicaOP3mo ago
@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' ?
utsav.kapoor
utsav.kapoor3mo ago
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 ?
utsav.kapoor
utsav.kapoor3mo ago
No description
Jessica
JessicaOP3mo ago
okay thank you! I can suggest that!

Did you find this page helpful?