~aleteoryx/muditaos

c969040d11c2d0e872686d711b81aa0de664e9fa — Kuba 4 years ago 4dd045f
[EGD-8161] Fix proper info on call with no sim

There was bad trnaslation name.
1 files changed, 1 insertions(+), 2 deletions(-)

M module-apps/application-call/ApplicationCall.cpp
M module-apps/application-call/ApplicationCall.cpp => module-apps/application-call/ApplicationCall.cpp +1 -2
@@ 65,8 65,7 @@ namespace app
        });

        addActionReceiver(manager::actions::NoSimNotification, [this](auto &&data) {
            showNotificationAndRestartCallFlow(NotificationType::Info,
                                               utils::translate("app_app_call_no_simcall_offline"));
            showNotificationAndRestartCallFlow(NotificationType::Info, utils::translate("app_call_no_sim"));
            return actionHandled();
        });
        addActionReceiver(manager::actions::NoNetworkConnectionNotification, [this](auto &&data) {