~aleteoryx/muditaos

0f59138367aef5163d2efe2a019083b508f290d1 — Bartosz Cichocki 3 years ago 053f270
[MOS-124] Fix navbar text

There should be select instead of confirm
1 files changed, 1 insertions(+), 1 deletions(-)

M module-apps/apps-common/popups/BluetoothAuthenticatePopup.cpp
M module-apps/apps-common/popups/BluetoothAuthenticatePopup.cpp => module-apps/apps-common/popups/BluetoothAuthenticatePopup.cpp +1 -1
@@ 133,7 133,7 @@ namespace gui
            authenticateParams->getAuthenticateType() == ::bluetooth::AuthenticateType::Pin) {

            if (inputText->getText().length() >= bluetooth::authenticate::min_passkey_signs_count) {
                navBar->setText(nav_bar::Side::Center, utils::translate(style::strings::common::confirm));
                navBar->setText(nav_bar::Side::Center, utils::translate(style::strings::common::select));
            }
            else {
                navBar->setActive(nav_bar::Side::Center, false);