diff --git a/BTCPayServer/Views/Manage/U2FAuthentication.cshtml b/BTCPayServer/Views/Manage/U2FAuthentication.cshtml
index 674802f15..26c6d6d07 100644
--- a/BTCPayServer/Views/Manage/U2FAuthentication.cshtml
+++ b/BTCPayServer/Views/Manage/U2FAuthentication.cshtml
@@ -1,17 +1,17 @@
@model BTCPayServer.U2F.Models.U2FAuthenticationViewModel
@{
- ViewData.SetActivePageAndTitle(ManageNavPages.U2F, "Manage your registered U2F devices");
+ ViewData.SetActivePageAndTitle(ManageNavPages.U2F, "Registered U2F devices");
}