Improve clarity of some error messages

This commit is contained in:
Willy-JL
2024-11-10 04:36:21 +00:00
parent 2da2cf2940
commit 6f8cb3b6c4
4 changed files with 6 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ void subghz_dialog_message_freq_error(SubGhz* subghz, SubGhzTx can_tx) {
default:
return;
case SubGhzTxBlockedRegionNotProvisioned:
message_text = "Region is not\nprovisioned.\nUpdate firmware\nor bypass region.";
message_text = "Missing region file.\nReinstall firmware\nwith Web/App\nor bypass region.";
break;
case SubGhzTxBlockedRegion:
message_text = "Frequency outside\nof region range.\nMNTM > Protocols\n> Bypass Region";