Make message more correct

This commit is contained in:
HikariKnight 2023-10-27 08:11:25 +02:00
parent 4548c16fe0
commit d0d72873f2

View file

@ -21,7 +21,7 @@ func YesNoEXT(msg string) string {
menu := gocliselect.NewMenu(msg)
menu.AddItem("Yes", "y")
menu.AddItem("No", "n")
menu.AddItem("ADVANCED: View with extended related search by vendor ID, results will be inaccurate", "ext")
menu.AddItem("ADVANCED: View with extended related search by vendor ID, devices listed might not be related", "ext")
// Display the menu
choice := menu.Display()