Skip to content

Commit

Permalink
ui: use different label for legacy hash type on ota confirmation screen
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieDriver committed Sep 27, 2023
1 parent 51ad53d commit 7cb104c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/ui/ota.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ static gui_activity_t* make_ota_versions_activities(const char* current_version,
JADE_INIT_OUT_PPTR(actnewver);
JADE_INIT_OUT_PPTR(acthash);

const char* hashtitle = full_fw_hash ? "File Hash:" : "File Hash:";
const char* hashtitle = full_fw_hash ? "Fw Hash:" : "File Hash:";
const bool show_help_btn = true;

// First row, current version
Expand Down

0 comments on commit 7cb104c

Please sign in to comment.