Skip to content

Commit 2fc6472

Browse files
authored
fix(esp): add utm params, don't use prohibited strings (nodejs#7881)
1 parent 8d29e0f commit 2fc6472

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/site/pages/en/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ layout: home
2121

2222
<Button kind="primary" className="!block dark:!hidden" href="/download">Install Node.js</Button>
2323

24-
<Button kind="secondary" className="!block" href="https://www.herodevs.com/support/node-nes">
24+
<Button kind="secondary" className="!block" href="https://www.herodevs.com/support/node-nes?utm_source=NodeJS+&utm_medium=Link&utm_campaign=Homepage_button">
2525
<span>Get security support</span>
2626
<br />
2727
<small className="!text-xs">for Node.js 18 and below</small>

packages/i18n/locales/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"minorVersions": "Minor versions",
170170
"releaseAnnouncement": "Release Announcement",
171171
"unsupportedVersionWarning": "This version is out of maintenance. Please use a currently supported version. <link>Understand EOL support.</link>",
172-
"ltsVersionFeaturesNotice": "Want new features sooner? Get the <link>latest Node.js version</link> instead and try the latest improvements on Node!"
172+
"ltsVersionFeaturesNotice": "Want new features sooner? Get the <link>latest Node.js version</link> instead and try the latest improvements!"
173173
},
174174
"minorReleasesTable": {
175175
"version": "Version",
@@ -320,7 +320,7 @@
320320
},
321321
"codeBox": {
322322
"unsupportedVersionWarning": "This version is out of maintenance. Please use a currently supported version. <link>Understand EOL support.</link>",
323-
"ltsVersionFeaturesNotice": "Want new features sooner? Get the <link>latest Node.js version</link> instead and try the latest improvements on Node!",
323+
"ltsVersionFeaturesNotice": "Want new features sooner? Get the <link>latest Node.js version</link> instead and try the latest improvements!",
324324
"communityPlatformInfo": "Installation methods that involve community software are supported by the teams maintaining that software.",
325325
"externalSupportInfo": "If you encounter any issues please visit <link>{platform}'s website</link>",
326326
"noScriptDetected": "This page requires JavaScript. You can download Node.js without JavaScript by visiting the <link>releases page</link> directly.",

0 commit comments

Comments
 (0)