Toggle the display of translation keys/text values in ChatUpdated 8 months ago
This suggestion isn't an official feature of our Chat widget, so our support for it is limited - we recommend that it be implemented by someone with a technical background.
If you want to display the translation keys in the Chat instead of the text values, run the following in the console:
1window.GorgiasChat.showTranslationKeys(true)
In a similar fashion, you can go back to text values with the following code:
1window.GorgiasChat.showTranslationKeys(false)