Skip to content

Commit 989a8bd

Browse files
committed
fixed linebreak position in mariko error message
1 parent 2a90ed1 commit 989a8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: source/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class FastCFWSwitchOverlay : public tsl::Overlay {
9191
const bool is_erista = hardware_type == 0 || hardware_type == 1;
9292
if(!is_erista) {
9393
// unsupported Switch model, show error
94-
return initially<FastCFWSwitchErrorGui>("This Switch model is not supported\nReboot to payload is only possible\n\non an Erista Switch");
94+
return initially<FastCFWSwitchErrorGui>("This Switch model is not supported\n\nReboot to payload is only possible\non an Erista Switch");
9595
} else {
9696
// create main GUI with payload selection
9797
return initially<FastCFWSwitchGui>();

0 commit comments

Comments
 (0)