Skip to content

Commit

Permalink
address feedback (#5406)
Browse files Browse the repository at this point in the history
  • Loading branch information
shishirx34 authored Feb 6, 2018
1 parent 93d5307 commit 9596f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NuGetGallery/App_Code/ViewHelpers.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
{
@AlertWarning(
@<text>
NuGet.org password login is being deprecated. Please use Microsoft account to sign into NuGet gallery.
NuGet.org password login is being deprecated. Please use a Microsoft account to sign into NuGet gallery.
</text>
)
}
Expand Down
2 changes: 1 addition & 1 deletion src/NuGetGallery/Views/Authentication/LinkExternal.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
if (Model.External.ExistingUserCanBeLinked)
{
<p class="text-center">
We found an account with this email address. Sign in with your password to link with this Microsoft account.
We found an account with this email address. Sign in with your NuGet.org password to link with this Microsoft account.
</p>
<p class="text-center">
Note that <b>your existing password login will be disabled</b> and you will need to use this Microsoft account to sign into NuGet.org
Expand Down

0 comments on commit 9596f60

Please sign in to comment.