Skip to content

Commit

Permalink
fixed linebreak position in mariko error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartie95 committed Feb 21, 2021
1 parent 2a90ed1 commit 989a8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<FastCFWSwitchErrorGui>("This Switch model is not supported\nReboot to payload is only possible\n\non an Erista Switch");
return initially<FastCFWSwitchErrorGui>("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<FastCFWSwitchGui>();
Expand Down

0 comments on commit 989a8bd

Please sign in to comment.