forked from p15670423/monkey
Update export config modal message for plaintext export
This commit is contained in:
parent
d0f5893e41
commit
a0487f480b
|
@ -104,8 +104,8 @@ const ExportPlaintextChoiceField = (props: {
|
|||
}}
|
||||
/>
|
||||
<p className={`export-warning text-secondary`}>
|
||||
Configuration might contain stolen credentials or sensitive data.<br/>
|
||||
It is advised to use password encryption option.
|
||||
Configuration may contain stolen credentials or sensitive data.<br/>
|
||||
It is advised to use password encryption.
|
||||
</p>
|
||||
</div>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue