fix message

This commit is contained in:
MX 2023-05-31 17:16:24 +03:00
parent 774156a78a
commit f5692ea1f0
No known key found for this signature in database
GPG Key ID: 7CCC66B7DBDD1C83

View File

@ -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);