Rephrase button text to be in line with clients on other platforms
authorClaudio Cambra <claudio.cambra@gmail.com>
Mon, 13 Jun 2022 13:00:26 +0000 (15:00 +0200)
committerClaudio Cambra <claudio.cambra@gmail.com>
Wed, 15 Jun 2022 10:52:12 +0000 (12:52 +0200)
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
src/gui/wizard/welcomepage.cpp
src/gui/wizard/welcomepage.ui

index 83f4b416fc4f0f67180696a1ad522dfffc84fac1..3c5dc4a9f1f965febaed9da1850b6914107ec462 100644 (file)
@@ -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();
index 1d54a802754d9c874e7c0fb03e56767a3194eb65..e2e920aa315d3740647ea58b6e22e8a0ba4a8051 100644 (file)
        <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>