We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f642be commit 3c3eea8Copy full SHA for 3c3eea8
1 file changed
src/NuGetGallery/ViewModels/LogOnViewModel.cs
@@ -49,8 +49,8 @@ public enum ExistingUserLinkingErrorType
49
public class SignInViewModel
50
{
51
[Required]
52
- [Display(Name = "Username or Email")]
53
- [Hint("Enter your username or email address.")]
+ [Display(Name = "Email Address")]
+ [Hint("Enter your email address.")]
54
public string UserNameOrEmail { get; set; }
55
56
0 commit comments