Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
void WelcomePage::setupLoginButton()
{
- const auto appName = Theme::instance()->appNameGUI();
-
- _ui->loginButton->setText(tr("Log in to your %1").arg(appName));
connect(_ui->loginButton, &QPushButton::clicked, this, [this](bool /*checked*/) {
_nextPage = WizardCommon::Page_ServerSetup;
_ocWizard->next();
<item>
<widget class="QPushButton" name="loginButton">
<property name="text">
- <string>Log in to your %1</string>
+ <string>Log in</string>
</property>
<property name="autoDefault">
<bool>true</bool>
<item>
<widget class="QPushButton" name="createAccountButton">
<property name="text">
- <string>Create account with Provider</string>
+ <string>Sign up with provider</string>
</property>
<property name="autoDefault">
<bool>true</bool>