Mocks and a typo.

This commit is contained in:
Lukas Brübach 2025-06-24 21:31:25 +02:00
parent deb60b1bc2
commit 372ca09d1c
3 changed files with 19 additions and 1 deletions

View file

@ -353,7 +353,7 @@ void GeneralSettingsPage::retranslateUi()
tokenDatabasePathLabel.setText(tr("Token database:"));
updateReleaseChannelLabel.setText(tr("Update channel"));
startupUpdateCheckCheckBox.setText(tr("Check for client updates on startup"));
startupCardUpdateCheckCheckBox.setText(tr("Automatically update card database in the background on startup."));
startupCardUpdateCheckCheckBox.setText(tr("Automatically update card database in the background on startup"));
cardUpdateCheckIntervalLabel.setText(tr("Check for card database updates every"));
cardUpdateCheckIntervalSpinBox.setSuffix(tr(" days"));
updateNotificationCheckBox.setText(tr("Notify if a feature supported by the server is missing in my client"));