Skip to content

Commit eef6c4d

Browse files
committed
change i18n
1 parent 5d2b82f commit eef6c4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/i18n/src/locales/en.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@
172172
"ltsVersionFeaturesNotice": "Want new features sooner? Get the <link>latest Node.js version</link> instead and try the latest improvements!"
173173
},
174174
"eolModal": {
175-
"title": "Node.js v{version} ({codename}) is EoL",
176-
"titleWithoutCodename": "Node.js v{version} is EoL",
177-
"vulnerabilitiesMessage": "There are {count}+ known vulnerabilities associated with this Node.js release. Please review their severity and details to understand the potential impact.",
178-
"noVulnerabilitiesMessage": "There are no known vulnerabilities for this release, but that does not guarantee it is secure. Older or unsupported versions may still contain undiscovered vulnerabilities. We recommend upgrading to a supported release for continued security and stability.",
175+
"title": "Node.js v{version} ({codename}) has reached EOL",
176+
"titleWithoutCodename": "Node.js v{version} has reached EOL",
177+
"vulnerabilitiesMessage": "There are {count}+ known security issues (CVEs) associated with this Node.js release. CVEs (Common Vulnerabilities and Exposures) are identifiers for publicly reported security flaws. Clicking a CVE link will take you to more technical details, such as how the vulnerability works.",
178+
"noVulnerabilitiesMessage": "There are currently no known CVEs (Common Vulnerabilities and Exposures) associated with this Node.js release. However, that doesn't mean it's completely secure—some vulnerabilities may not yet be discovered or publicly disclosed. If this release is outdated or unsupported, it's still a good idea to consider upgrading to ensure you benefit from the latest fixes and security improvements.",
179179
"blogLinkText": "Blog",
180180
"showUnknownSeverities": "Show vulnerabilities of unknown severity",
181181
"table": {

0 commit comments

Comments
 (0)