From: Claudio Cambra Date: Mon, 13 Jun 2022 13:00:26 +0000 (+0200) Subject: Rephrase button text to be in line with clients on other platforms X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~15^2~161^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8267136013ea9a45b301c7271b3fa8c816d4d862;p=nextcloud-desktop.git Rephrase button text to be in line with clients on other platforms Signed-off-by: Claudio Cambra --- diff --git a/src/gui/wizard/welcomepage.cpp b/src/gui/wizard/welcomepage.cpp index 83f4b416f..3c5dc4a9f 100644 --- a/src/gui/wizard/welcomepage.cpp +++ b/src/gui/wizard/welcomepage.cpp @@ -84,9 +84,6 @@ void WelcomePage::setupSlideShow() 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(); diff --git a/src/gui/wizard/welcomepage.ui b/src/gui/wizard/welcomepage.ui index 1d54a8027..e2e920aa3 100644 --- a/src/gui/wizard/welcomepage.ui +++ b/src/gui/wizard/welcomepage.ui @@ -140,7 +140,7 @@ - Log in to your %1 + Log in true @@ -153,7 +153,7 @@ - Create account with Provider + Sign up with provider true