Skip to content

Commit 1e8e9a9

Browse files
Remove ‘deprecated’ text from the username/password login page #6722 (#6724)
1 parent 95b0c90 commit 1e8e9a9

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/NuGetGallery/App_Code/ViewHelpers.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
{
116116
@AlertWarning(
117117
@<text>
118-
NuGet.org password login is deprecated. Please use a Microsoft account to sign into NuGet gallery.
118+
NuGet.org password login is no longer supported. Please use a Microsoft account to sign into NuGet gallery.
119119
</text>
120120
)
121121
}

src/NuGetGallery/Strings.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/NuGetGallery/Strings.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ Click the following link within the next hour to reset your password:
981981

982982
[{0}]({0})
983983

984-
Note that NuGet.org password login is deprecated. Please use Microsoft account to sign into {1}.
984+
Note that NuGet.org password login is no longer supported. Please use Microsoft account to sign into {1}.
985985

986986
Thanks,
987987
The {1} Team</value>
@@ -994,7 +994,7 @@ Click the following link within the next hour to set your password:
994994

995995
[{0}]({0})
996996

997-
Note that NuGet.org password login is deprecated. Please use Microsoft account to sign into {1}.
997+
Note that NuGet.org password login is no longer supported. Please use Microsoft account to sign into {1}.
998998

999999
Thanks,
10001000
The {1} Team</value>

src/NuGetGallery/Views/Shared/Gallery/Header.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,11 @@
214214
<div class="@ViewHelpers.GetColumnClasses(ViewBag)" role="alert" aria-live="assertive">
215215
@if (User.HasExternalLogin())
216216
{
217-
@ViewHelpers.AlertWarning(@<text>NuGet.org password login is deprecated. Go to <a href="@Url.AccountSettings()">Account Settings</a> to disable your password login and use Microsoft account to sign in to the @(this.Config.Current.Brand).</text>)
217+
@ViewHelpers.AlertWarning(@<text>NuGet.org password login is no longer supported. Go to <a href="@Url.AccountSettings()">Account Settings</a> to disable your password login and use Microsoft account to sign in to the @(this.Config.Current.Brand).</text>)
218218
}
219219
else
220220
{
221-
@ViewHelpers.AlertWarning(@<text>NuGet.org password login is deprecated. Go to <a href="@Url.AccountSettings()">Account Settings</a> and link a Microsoft account to sign in to the @(this.Config.Current.Brand).</text>)
221+
@ViewHelpers.AlertWarning(@<text>NuGet.org password login is no longer supported. Go to <a href="@Url.AccountSettings()">Account Settings</a> and link a Microsoft account to sign in to the @(this.Config.Current.Brand).</text>)
222222
}
223223
</div>
224224
</div>

0 commit comments

Comments
 (0)