diff --git a/update b/update index 849ffc3..1717fce 100755 --- a/update +++ b/update @@ -356,7 +356,7 @@ for the Hot Spot\rNOTE: The last field is the password for the hotspot. You connect to your Pi when it is in hotspot mode This password can only contain letters and numbers" \ --title="Build-a-Pi" \ --field="Home Wifi SSID":CB "${LIST}" \ - --field="Home Wifi Password" \ + --field="Home Wifi Password":H \ --field="Hot Spot Password" \ --button="Exit":1 \ --button="Continue":2 \ @@ -511,7 +511,7 @@ if [ -n "$PATCHECK" ]; then --image ${LOGO} --window-icon=${LOGO} --image-on-top --separator="|" --item-separator="|" \ --text="version $VERSION" \ --field="Six Character Grid Square" "$GRID" \ - --field="Winlink Password" \ + --field="Winlink Password":H \ --field="Password is case sensitive":LBL \ --button="Continue":2) GRID=$(echo $INFO | awk -F "|" '{print $1}')