mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 05:48:33 +00:00
fix message
This commit is contained in:
parent
774156a78a
commit
f5692ea1f0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ bool subghz_scene_rpc_on_event(void* context, SceneManagerEvent event) {
|
|||
rpc_system_app_set_error_code(subghz->rpc_ctx, SubGhzErrorTypeOnlyRX);
|
||||
rpc_system_app_set_error_text(
|
||||
subghz->rpc_ctx,
|
||||
"Transmission on this frequency is restricted in your region");
|
||||
"Transmission on this frequency is restricted in your settings");
|
||||
break;
|
||||
case SubGhzTxRxStartTxStateErrorParserOthers:
|
||||
rpc_system_app_set_error_code(subghz->rpc_ctx, SubGhzErrorTypeParserOthers);
|
||||
|
|
Loading…
Add table
Reference in a new issue