Skip to content

Commit

Permalink
Merge pull request #9943 from NuGet/mariaghiondea-privacyreview2024
Browse files Browse the repository at this point in the history
Ask from Privacy Review: Update "Privacy Policy" to be instead "Privacy Statement"
  • Loading branch information
mariaghiondea authored May 10, 2024
2 parents d7e751d + 834517e commit c82bf19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/NuGetGallery/Views/Authentication/_Register.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<div class="panel panel-default text-center">
<div class="panel-body">
By clicking Register you agree that you have read and accept our
<a href="@Url.Terms()">Terms of Use</a> and <a href="@Url.Privacy()">Privacy Policy</a>.
<a href="@Url.Terms()">Terms of Use</a> and <a href="@Url.Privacy()">Privacy Statement</a>.
</div>
</div>
<div class="form-group">
Expand Down
2 changes: 1 addition & 1 deletion src/NuGetGallery/Views/Experiments/SearchSideBySide.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
</fieldset>
<p>
Your data will be respected and protected. Please see the
<a href="https://privacy.microsoft.com/">Microsoft Privacy Policy</a> for more
<a href="https://privacy.microsoft.com/">Microsoft Privacy Statement</a> for more
information.
</p>
}
Expand Down
2 changes: 1 addition & 1 deletion src/NuGetGallery/Views/Shared/Gallery/Footer.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<a href="@Url.About()">About</a> -
<a href="@Url.Terms()">Terms of Use</a> -
<a href="@Url.Privacy()" id="footer-privacy-policy-link">Privacy Policy</a>
<a href="@Url.Privacy()" id="footer-privacy-policy-link">Privacy Statement</a>
@if (!String.IsNullOrEmpty(this.Config.Current.TrademarksUrl))
{
@:- <a href="@this.Config.Current.TrademarksUrl">Trademarks</a>
Expand Down

0 comments on commit c82bf19

Please sign in to comment.