[FL-3681] SubGhz: changed the name of the button when sending RAW to SubGHz (#3275)

This commit is contained in:
Skorpionm 2023-12-12 17:59:22 +04:00 committed by GitHub
parent 82baf1e923
commit 7b85e04462
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -329,7 +329,7 @@ void subghz_read_raw_draw(Canvas* canvas, SubGhzReadRAWModel* model) {
case SubGhzReadRAWStatusLoadKeyTX:
case SubGhzReadRAWStatusLoadKeyTXRepeat:
graphics_mode = 0;
elements_button_center(canvas, "Send");
elements_button_center(canvas, "Hold to repeat");
break;
case SubGhzReadRAWStatusStart: