diff --git a/source/main.cpp b/source/main.cpp index ba626cd..1b47f72 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -91,7 +91,7 @@ class FastCFWSwitchOverlay : public tsl::Overlay { const bool is_erista = hardware_type == 0 || hardware_type == 1; if(!is_erista) { // unsupported Switch model, show error - return initially("This Switch model is not supported\nReboot to payload is only possible\n\non an Erista Switch"); + return initially("This Switch model is not supported\n\nReboot to payload is only possible\non an Erista Switch"); } else { // create main GUI with payload selection return initially();