diff --git a/internal/ui_main_view.go b/internal/ui_main_view.go index 2b437a2..0269a25 100644 --- a/internal/ui_main_view.go +++ b/internal/ui_main_view.go @@ -23,7 +23,7 @@ func (m model) View() string { titleStyle.MarginLeft(0).Render("Welcome to QuickPassthrough!"), "\n\n", "This script is meant to make it easier to setup GPU passthrough for\n", - "Qemu based systems. WITH 2 GPUS ON THE HOST SYSTEM\n", + "Qemu based systems. WITH DIFFERENT 2 GPUS ON THE HOST SYSTEM\n", "However due to the complexity of GPU passthrough\n", "This script assumes you know how to do (or have done) the following.\n\n", "* You have already enabled IOMMU, VT-d, SVM and/or AMD-v\n inside your UEFI/BIOS advanced settings.\n",