mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 23:24:05 +00:00
Warning message content updated (#5032)
This commit is contained in:
@@ -78,7 +78,7 @@ const JsSandboxModeModal = ({ collection }) => {
|
||||
/>
|
||||
<span className={jsSandboxMode === 'developer' ? 'font-medium' : 'font-normal'}>
|
||||
Developer Mode
|
||||
<span className='ml-1 developer-mode-warning'>(use only if you trust the collections authors)</span>
|
||||
<span className='ml-1 developer-mode-warning'>(use only if you trust the authors of the collection)</span>
|
||||
</span>
|
||||
</label>
|
||||
<p className='text-sm text-muted mt-1'>
|
||||
|
||||
@@ -64,7 +64,7 @@ const SecuritySettings = ({ collection }) => {
|
||||
/>
|
||||
<span className={jsSandboxMode === 'developer' ? 'font-medium' : 'font-normal'}>
|
||||
Developer Mode
|
||||
<span className='ml-1 developer-mode-warning'>(use only if you trust the collections authors)</span>
|
||||
<span className='ml-1 developer-mode-warning'>(use only if you trust the authors of the collection)</span>
|
||||
</span>
|
||||
</label>
|
||||
<p className='text-sm text-muted mt-1'>
|
||||
|
||||
Reference in New Issue
Block a user