Exclude look-alike characters
diff --git a/src/gui/databasekey/YubiKeyEditWidget.cpp b/src/gui/databasekey/YubiKeyEditWidget.cpp
index 031a79bf8..d4215bd34 100644
--- a/src/gui/databasekey/YubiKeyEditWidget.cpp
+++ b/src/gui/databasekey/YubiKeyEditWidget.cpp
@@ -139,9 +139,9 @@ void YubiKeyEditWidget::initComponent()
m_ui->componentDescription->setText(
tr("If you own a YubiKey or "
"OnlyKey, you can use it for additional security.
"
- "The key requires one of its slots to be programmed as "
- ""
- "HMAC-SHA1 Challenge-Response.
"));
+ "The key requires one of its slots to be programmed with "
+ ""
+ "Challenge-Response.
"));
}
void YubiKeyEditWidget::pollYubikey()
diff --git a/src/gui/dbsettings/DatabaseSettingsWidgetDatabaseKey.cpp b/src/gui/dbsettings/DatabaseSettingsWidgetDatabaseKey.cpp
index ebd5f0402..a74b20ead 100644
--- a/src/gui/dbsettings/DatabaseSettingsWidgetDatabaseKey.cpp
+++ b/src/gui/dbsettings/DatabaseSettingsWidgetDatabaseKey.cpp
@@ -78,7 +78,6 @@ void DatabaseSettingsWidgetDatabaseKey::loadSettings(QSharedPointer db
if (!m_db->key() || m_db->key()->keys().isEmpty()) {
// Database has no key, we are about to add a new one
m_passwordEditWidget->changeVisiblePage(KeyComponentWidget::Page::Edit);
- m_passwordEditWidget->setPasswordVisible(true);
// Focus won't work until the UI settles
QTimer::singleShot(0, m_passwordEditWidget, SLOT(setFocus()));
} else {