Improve clarity of some error messages

This commit is contained in:
Willy-JL
2024-11-10 04:36:21 +00:00
parent 2da2cf2940
commit 6f8cb3b6c4
4 changed files with 6 additions and 6 deletions

View File

@@ -107,7 +107,7 @@ static void loader_show_gui_error(
Storage* storage = furi_record_open(RECORD_STORAGE);
if(storage_sd_status(storage) == FSE_OK) {
header = "Update needed";
text = "Update firmware\nto run this app";
text = "Reinstall firmware\nto run this app";
} else {
header = "SD card needed";
text = "Install SD card\nto run this app";