From f5692ea1f0341828e3180dd6c5b5c571ae236fc7 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Wed, 31 May 2023 17:16:24 +0300 Subject: [PATCH] fix message --- applications/main/subghz/scenes/subghz_scene_rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/main/subghz/scenes/subghz_scene_rpc.c b/applications/main/subghz/scenes/subghz_scene_rpc.c index e13a61944..724abaf3e 100644 --- a/applications/main/subghz/scenes/subghz_scene_rpc.c +++ b/applications/main/subghz/scenes/subghz_scene_rpc.c @@ -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);