We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1834264 commit a6eb62bCopy full SHA for a6eb62b
1 file changed
src/gui/nmcgui/nmcowncloudadvancedsetuppage.cpp
@@ -94,7 +94,7 @@ NMCOwncloudAdvancedSetupPage::NMCOwncloudAdvancedSetupPage(OwncloudWizard *wizar
94
cleanUpElements();
95
96
// Create and connect the push buttons to base slots
97
- auto loginBrowserButton = new QPushButton(QCoreApplication::translate("", "LOGIN"));
+ auto loginBrowserButton = new QPushButton(QCoreApplication::translate("", "NEXT"));
98
connect(loginBrowserButton, &QPushButton::clicked, this, [this](){
99
validatePage();
100
});
0 commit comments