Rephrase button text to be in line with clients on other platforms

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
This commit is contained in:
Claudio Cambra 2022-06-13 15:00:26 +02:00
parent 49b2c5aed5
commit 8267136013
2 changed files with 2 additions and 5 deletions

View 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();

View file

@ -140,7 +140,7 @@
<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>
@ -153,7 +153,7 @@
<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>