Skip to content

Commit 6dbda72

Browse files
authored
Update main.cr
1 parent 14e3d4f commit 6dbda72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HackerOS-Updater/main.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def show_gui_menu
123123
puts "[L]og out - Log out from current session"
124124
puts "[T]erminal - Open a new Alacritty terminal"
125125
puts "[A]utomatic Updates - Enable automatic updates on boot"
126-
print "Enter your choice (press key without Enter): "
126+
print "Select Your Choice: "
127127
choice = ""
128128
STDIN.raw do |io|
129129
byte = io.read_byte

0 commit comments

Comments
 (0)