Update allowed domains help text
This commit is contained in:
parent
00bc63296b
commit
811a6a0f41
|
|
@ -113,10 +113,7 @@ const AllowedDomains = ({ dialogProps }) => {
|
|||
flexDirection: 'column'
|
||||
}}
|
||||
>
|
||||
<span>
|
||||
Your chatbot will only work when used from the following domains. When adding domains, exclude the{' '}
|
||||
<pre style={{ display: 'inline' }}>http://</pre> or <pre style={{ display: 'inline' }}>https://</pre> part.
|
||||
</span>
|
||||
<span>Your chatbot will only work when used from the following domains.</span>
|
||||
</div>
|
||||
<Box sx={{ '& > :not(style)': { m: 1 }, pt: 2 }}>
|
||||
<List>
|
||||
|
|
|
|||
Loading…
Reference in New Issue