diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel index 80a0781e..ccfef73b 100755 --- a/src/freedombone-controlpanel +++ b/src/freedombone-controlpanel @@ -426,7 +426,7 @@ function backup_data { --msgbox "Plug in a LUKS encrypted USB drive" 6 40 clear echo ' ' - echo 'Enter the password for your LUKS encrypted backup drive:' + echo 'Enter the passphrase for your LUKS encrypted backup drive:' backup any_key } @@ -436,7 +436,7 @@ function restore_data { --msgbox "Plug in your backup USB drive" 6 40 clear echo ' ' - echo 'Enter the password for your LUKS encrypted backup drive:' + echo 'Enter the passphrase for your LUKS encrypted backup drive:' restore any_key }