Skip to content

Commit 98101cd

Browse files
authored
menu.sh: Fix small typo in msg "Restart Required"
s/restart you device/restart your device/
1 parent 1f146f0 commit 98101cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

menu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ case $mainmenu_selection in
191191
sudo apt install -y docker-compose
192192
fi
193193

194-
if (whiptail --title "Restart Required" --yesno "It is recommended that you restart you device now. Select yes to do so now" 20 78); then
194+
if (whiptail --title "Restart Required" --yesno "It is recommended that you restart your device now. Select yes to do so now" 20 78); then
195195
sudo reboot
196196
fi
197197
;;

0 commit comments

Comments
 (0)