Skip to content

Commit 56fcacf

Browse files
committed
[fix] : Fixed password question
1 parent ad32689 commit 56fcacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/wizard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ Function_Global_Ask_username () {
406406
Function_Global_Ask_password () {
407407
local Var_Local_password Var_Local_password_confirm
408408

409-
msg_n "パスワードを入力してください" "Please enter your password."
409+
msg_n "パスワードを入力してください : " "Please enter your password : "
410410
read -s Var_Local_password
411411
echo
412412
msg_n "もう一度入力して下さい : " "Type it again : "

0 commit comments

Comments
 (0)