chainlit
chainlit copied to clipboard
Typo in en-US.json translation file
trafficstars
Describe the bug Line 178 in the en-US.json file has a typo. It should be "its" instead of "it's" https://github.com/Chainlit/chainlit/blob/e98499281900681d0fc5daf5a768ccdccf30d085/backend/chainlit/translations/en-US.json#L178
To Reproduce Steps to reproduce the behavior:
- Go to 'https://github.com/Chainlit/chainlit/blob/e98499281900681d0fc5daf5a768ccdccf30d085/backend/chainlit/translations/en-US.json#L178'
- Read the sentence: "confirmMessage": "This will delete the thread as well as it's messages and elements."
Expected behavior The sentence should be: "confirmMessage": "This will delete the thread as well as its messages and elements."
Desktop (please complete the following information):
- OS: Macbook
- Browser Chrome
- Version [e.g. 126.0.6478.183 (Official Build) (x86_64) ]
Additional context Add any other context about the problem here.