fix: typo

This commit is contained in:
Wentao Lyu 2023-04-11 03:50:37 +08:00
parent f5f327e79e
commit fd0152e39f

View file

@ -28,8 +28,8 @@ const SetTokenDialog = ({ open, onOpenChange, endpoint }) => {
const helpText = { const helpText = {
bingAI: ( bingAI: (
<small className="break-all text-gray-600"> <small className="break-all text-gray-600">
'The Bing Access Token is the "_U" cookie from bing.com. Use dev tools or an extension while logged The Bing Access Token is the "_U" cookie from bing.com. Use dev tools or an extension while logged
into the site to view it.' into the site to view it.
</small> </small>
), ),
chatGPTBrowser: ( chatGPTBrowser: (