mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-25 13:51:16 +00:00
Merge pull request #503 from capi/warn-unsecure-export
Add warning that exported private key may be stored in an unsafe location
This commit is contained in:
commit
836a7c01ba
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@
|
|||
<string name="folder_path_required">The folder path must not be empty</string>
|
||||
|
||||
<!-- Dialog shown before config export -->
|
||||
<string name="dialog_confirm_export">Do you really want to export your configuration? Existing files will be overwritten.</string>
|
||||
<string name="dialog_confirm_export">Do you really want to export your configuration? Existing files will be overwritten.\n\nWARNING! Other applications may be able to read the private key from the backup location and use it to download/modify synchronized files.</string>
|
||||
|
||||
<!-- Dialog shown before config import -->
|
||||
<string name="dialog_confirm_import">Do you really want to import a new configuration? Existing files will be overwritten.</string>
|
||||
|
|
Loading…
Reference in a new issue