We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb6aa4 commit e0b0375Copy full SHA for e0b0375
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