diff --git a/launcher/src/components/UI/welcome-page/components/WelcomeFooter.vue b/launcher/src/components/UI/welcome-page/components/WelcomeFooter.vue index b7d5dc498..d209f7039 100644 --- a/launcher/src/components/UI/welcome-page/components/WelcomeFooter.vue +++ b/launcher/src/components/UI/welcome-page/components/WelcomeFooter.vue @@ -71,7 +71,7 @@ const display = async (osResponse, suResponse) => { isSupported.value = true; } } else { - message.value = "UNSUPPORTED OS"; + message.value = "UNSUPPORTED OS. USE UBUNTU."; } active.value = false; };