From e24a43804e62adc3869bc77d75138f4e2faf1a6d Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Thu, 2 Oct 2025 10:00:04 -0700 Subject: [PATCH] Add loc strings for license hyperlinks --- src/Framework/App.Runtime/bundle/bundle.thm | 6 +++--- src/Framework/App.Runtime/bundle/theme/1033/bundle.wxl | 3 +++ .../Windows/WindowsHostingBundle/LCID/1033/thm.wxl | 3 +++ src/Installers/Windows/WindowsHostingBundle/bundle.thm | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/Framework/App.Runtime/bundle/bundle.thm b/src/Framework/App.Runtime/bundle/bundle.thm index 350e9d4bf8d8..4a7934d05a67 100644 --- a/src/Framework/App.Runtime/bundle/bundle.thm +++ b/src/Framework/App.Runtime/bundle/bundle.thm @@ -32,9 +32,9 @@ - <A HREF="https://aka.ms/dev-privacy">Privacy Statement</A> - <A HREF="https://aka.ms/dotnet-license-windows">Licensing Information for .NET</A> - <A HREF="https://aka.ms/dotnet-cli-telemetry">Telemetry collection and opt-out</A> + #(loc.PrivacyStatementLink) + #(loc.DotNetCLITelemetryLink) + #(loc.DotNetEulaLink)