Warning message content updated (#5032)

This commit is contained in:
Joseph PS
2025-07-08 16:09:14 +05:30
committed by GitHub
parent 215256b2fe
commit 8ec26a9383
2 changed files with 2 additions and 2 deletions

View File

@@ -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'>

View File

@@ -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'>