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

@@ -596,7 +596,7 @@ void cli_plugin_wrapper(const char* name, Cli* cli, FuriString* args, void* cont
handler(cli, args, context);
} else {
printf(
"CLI plugin '%s' failed (code %" PRIu16 "), update firmware or check logs\r\n",
"CLI plugin '%s' failed (code %" PRIu16 "), reinstall firmware or check logs\r\n",
name,
error);
}