diff --git a/client/src/components/Input/SetTokenDialog/index.jsx b/client/src/components/Input/SetTokenDialog/index.jsx index 4aec4dd50..55d52a711 100644 --- a/client/src/components/Input/SetTokenDialog/index.jsx +++ b/client/src/components/Input/SetTokenDialog/index.jsx @@ -43,8 +43,16 @@ const SetTokenDialog = ({ open, onOpenChange, endpoint }) => { const helpText = { bingAI: ( - {`To get your Access token for Bing, login to https://www.bing.com. - Use dev tools or an extension while logged into the site to copy the content of the _U cookie. + {`To get your Access token for Bing, login to `} + + https://www.bing.com + + {`. Use dev tools or an extension while logged into the site to copy the content of the _U cookie. If this fails, follow these `}