Skip to content

Commit c82bf19

Browse files
Merge pull request #9943 from NuGet/mariaghiondea-privacyreview2024
Ask from Privacy Review: Update "Privacy Policy" to be instead "Privacy Statement"
2 parents d7e751d + 834517e commit c82bf19

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/NuGetGallery/Views/Authentication/_Register.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<div class="panel panel-default text-center">
4848
<div class="panel-body">
4949
By clicking Register you agree that you have read and accept our
50-
<a href="@Url.Terms()">Terms of Use</a> and <a href="@Url.Privacy()">Privacy Policy</a>.
50+
<a href="@Url.Terms()">Terms of Use</a> and <a href="@Url.Privacy()">Privacy Statement</a>.
5151
</div>
5252
</div>
5353
<div class="form-group">

src/NuGetGallery/Views/Experiments/SearchSideBySide.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
</fieldset>
201201
<p>
202202
Your data will be respected and protected. Please see the
203-
<a href="https://privacy.microsoft.com/">Microsoft Privacy Policy</a> for more
203+
<a href="https://privacy.microsoft.com/">Microsoft Privacy Statement</a> for more
204204
information.
205205
</p>
206206
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

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

0 commit comments

Comments
 (0)