From 7cb104cda3e18fb7c424f2339a2e0fb0db5b6c4d Mon Sep 17 00:00:00 2001 From: "Jamie C. Driver" Date: Wed, 27 Sep 2023 12:33:16 +0100 Subject: [PATCH] ui: use different label for legacy hash type on ota confirmation screen --- main/ui/ota.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/ui/ota.c b/main/ui/ota.c index 699876df..ebfc6fd0 100644 --- a/main/ui/ota.c +++ b/main/ui/ota.c @@ -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