Skip to content

Commit 3c3eea8

Browse files
authored
Change password login page 'Username or Email' field to just 'Email' (#9877)
1 parent 1f642be commit 3c3eea8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/NuGetGallery/ViewModels/LogOnViewModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public enum ExistingUserLinkingErrorType
4949
public class SignInViewModel
5050
{
5151
[Required]
52-
[Display(Name = "Username or Email")]
53-
[Hint("Enter your username or email address.")]
52+
[Display(Name = "Email Address")]
53+
[Hint("Enter your email address.")]
5454
public string UserNameOrEmail { get; set; }
5555

5656
[Required]

0 commit comments

Comments
 (0)