diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel
index 80a0781e6fcd86a26669437c57cf8f7a00abf56f..ccfef73bb61739d34e61496764e6b39d79a1e9c7 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
 }