Update export config modal message for plaintext export

This commit is contained in:
Shreya Malviya 2021-05-28 14:56:44 +05:30 committed by GitHub
parent d0f5893e41
commit a0487f480b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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