Index: shared/scripts/names.py =================================================================== diff -u -r169c562017a15180b2d4be6b0180272f8eec7ecc -rcaa3a3b0aa0d77b4a05b7ccbbd1110e3c801af0f --- shared/scripts/names.py (.../names.py) (revision 169c562017a15180b2d4be6b0180272f8eec7ecc) +++ shared/scripts/names.py (.../names.py) (revision caa3a3b0aa0d77b4a05b7ccbbd1110e3c801af0f) @@ -1011,4 +1011,5 @@ 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}