[FL-1413] Fix boot/fw version mix #524

This commit is contained in:
Albert Kharisov 2021-06-18 14:08:13 +03:00 committed by GitHub
parent 2084f83eb5
commit c54653223e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ void dolphin_view_idle_down_draw(Canvas* canvas, void* model) {
const Version* ver;
char buffer[64];
static const char* headers[] = {"Boot Version info:", "FW Version info:", "Dolphin info:"};
static const char* headers[] = {"FW Version info:", "Boot Version info:", "Dolphin info:"};
canvas_set_color(canvas, ColorBlack);
canvas_set_font(canvas, FontPrimary);