From d03f5e4977391eb74aebdf34f76e6dbda4fce823 Mon Sep 17 00:00:00 2001 From: hcwf Date: Sat, 3 Feb 2024 13:20:22 +0100 Subject: [PATCH] Fix broken Yubikey docs link from issue #10228 --- src/gui/databasekey/YubiKeyEditWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/databasekey/YubiKeyEditWidget.cpp b/src/gui/databasekey/YubiKeyEditWidget.cpp index a8c4e7843..280a6fda0 100644 --- a/src/gui/databasekey/YubiKeyEditWidget.cpp +++ b/src/gui/databasekey/YubiKeyEditWidget.cpp @@ -102,7 +102,7 @@ void YubiKeyEditWidget::initComponent() 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.

")); }