diff --git a/src/freedombone-app-bdsmail b/src/freedombone-app-bdsmail
index dd728cfa75005861714f08f2fe58bd5048d5d513..4f59e3afe10f2ce1b7862c61af588314c5437ccc 100755
--- a/src/freedombone-app-bdsmail
+++ b/src/freedombone-app-bdsmail
@@ -256,7 +256,7 @@ function install_bdsmail {
     trap "rm -f $data" 0 1 2 5 15
     dialog --title $"Password" \
            --clear \
-           --passwordbox $"Enter your ssh login password" 8 60 2> $data
+           --passwordbox $"Enter your ssh login password.\n\nThis is the same as the original ssh login password shown when you first installed the system." 12 60 2> $data
     ret=$?
     case $ret in
         0)