From 7333c550d2a15dc9701832b1fa8003a64a63421c Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:46:11 +0300 Subject: [PATCH] hay21 small ui fix --- lib/subghz/protocols/hay21.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/subghz/protocols/hay21.c b/lib/subghz/protocols/hay21.c index 3424320dd..5e8d2df98 100644 --- a/lib/subghz/protocols/hay21.c +++ b/lib/subghz/protocols/hay21.c @@ -432,7 +432,7 @@ void subghz_protocol_decoder_hay21_get_string(void* context, FuriString* output) furi_string_cat_printf( output, - "%s %db\r\n" + "%s - %dbit\r\n" "Key: 0x%06lX\r\n" "Serial: 0x%02X\r\n" "Btn: 0x%01X - %s\r\n"