Index: shared/scripts/names.py =================================================================== diff -u -r194810f3a2973c81da55a1e9cfd966ddfc474600 -rea0f3c9fee7995a0fa7485a3a21d6a38d130bb19 --- shared/scripts/names.py (.../names.py) (revision 194810f3a2973c81da55a1e9cfd966ddfc474600) +++ shared/scripts/names.py (.../names.py) (revision ea0f3c9fee7995a0fa7485a3a21d6a38d130bb19) @@ -118,6 +118,7 @@ o_back_space_key = {"container": o_Gui_MainView, "id": "_backspaceKeyIcon", "source": "qrc:/plugins/QtQuick/VirtualKeyboard/Styles/denali/images/iBackspace.svg", "type": "Image", "unnamed": 1, "visible": True} o_service_confirm_btn = {"container": o_userConfirmation_UserConfirmation, "text": "CONFIRM", "type": "Text", "unnamed": 1, "visible": True} o_userConfirmation_backButton_BackButton = {"container": o_userConfirmation_UserConfirmation, "gradient": 0, "objectName": "_backButton", "type": "BackButton", "visible": True} +o_service_back_btn = {"container": o_Gui_MainView, "type": "Text","text": "BACK", "unnamed": 1, "visible": True} +o_incorrect_password_msg = {"container": o_SettingsHome_SettingsHome_2, "text": "Incorrect service password", "type": "Text", "unnamed": 1, "visible": True} -