Skip to content

Commit a6eb62b

Browse files
committed
change button label
1 parent 1834264 commit a6eb62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/nmcgui/nmcowncloudadvancedsetuppage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ NMCOwncloudAdvancedSetupPage::NMCOwncloudAdvancedSetupPage(OwncloudWizard *wizar
9494
cleanUpElements();
9595

9696
// Create and connect the push buttons to base slots
97-
auto loginBrowserButton = new QPushButton(QCoreApplication::translate("", "LOGIN"));
97+
auto loginBrowserButton = new QPushButton(QCoreApplication::translate("", "NEXT"));
9898
connect(loginBrowserButton, &QPushButton::clicked, this, [this](){
9999
validatePage();
100100
});

0 commit comments

Comments
 (0)