diff --git a/BTCPayServer/Models/AccountViewModels/LoginViewModel.cs b/BTCPayServer/Models/AccountViewModels/LoginViewModel.cs index 4246643b0..bdf2f105f 100644 --- a/BTCPayServer/Models/AccountViewModels/LoginViewModel.cs +++ b/BTCPayServer/Models/AccountViewModels/LoginViewModel.cs @@ -14,7 +14,7 @@ namespace BTCPayServer.Models.AccountViewModels public string Password { get; set; } public string LoginCode { get; set; } - [Display(Name = "Remember me?")] + [Display(Name = "Remember me")] public bool RememberMe { get; set; } } } diff --git a/BTCPayServer/Views/UIAccount/Login.cshtml b/BTCPayServer/Views/UIAccount/Login.cshtml index 3f2f97075..a825bc3f2 100644 --- a/BTCPayServer/Views/UIAccount/Login.cshtml +++ b/BTCPayServer/Views/UIAccount/Login.cshtml @@ -20,11 +20,16 @@ Forgot password? -