|
@@ -426,7 +426,7 @@ function backup_data {
|
426
|
426
|
--msgbox "Plug in a LUKS encrypted USB drive" 6 40
|
427
|
427
|
clear
|
428
|
428
|
echo ' '
|
429
|
|
- echo 'Enter the password for your LUKS encrypted backup drive:'
|
|
429
|
+ echo 'Enter the passphrase for your LUKS encrypted backup drive:'
|
430
|
430
|
backup
|
431
|
431
|
any_key
|
432
|
432
|
}
|
|
@@ -436,7 +436,7 @@ function restore_data {
|
436
|
436
|
--msgbox "Plug in your backup USB drive" 6 40
|
437
|
437
|
clear
|
438
|
438
|
echo ' '
|
439
|
|
- echo 'Enter the password for your LUKS encrypted backup drive:'
|
|
439
|
+ echo 'Enter the passphrase for your LUKS encrypted backup drive:'
|
440
|
440
|
restore
|
441
|
441
|
any_key
|
442
|
442
|
}
|