From e8d14d1ea527608bdaae4fe8f83c949082067b16 Mon Sep 17 00:00:00 2001 From: Silarn Date: Fri, 5 Jul 2019 18:39:42 -0500 Subject: Fix the help button tutorial step and a typo --- src/tutorials/tutorial_firststeps_settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tutorials/tutorial_firststeps_settings.js') diff --git a/src/tutorials/tutorial_firststeps_settings.js b/src/tutorials/tutorial_firststeps_settings.js index ed49d97f..792712be 100644 --- a/src/tutorials/tutorial_firststeps_settings.js +++ b/src/tutorials/tutorial_firststeps_settings.js @@ -4,7 +4,7 @@ function getTutorialSteps() function() { highlightItem("tabWidget", true) tutorial.text = qsTr("You can use your regular browser to download from Nexus.\nPlease open the \"Nexus\"-tab") - tutorialControl.waitForTabOpen("tabWidget", "tabNexus") + tutorialControl.waitForTabOpen("tabWidget", "nexusTab") }, function() { -- cgit v1.3.1