We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a78a2 commit 0d020b9Copy full SHA for 0d020b9
apps/site/components/EOL/EOLReleaseTable/TableBody.tsx
@@ -33,7 +33,7 @@ const EOLReleaseTableBody: FC<EOLReleaseTableBodyProps> = ({
33
return (
34
<>
35
<Switch
36
- label={'Hide Non-LTS Releases'}
+ label={t('components.eolTable.hideNonLts')}
37
checked={hideNonLts}
38
onCheckedChange={() => setHideNonLts(!hideNonLts)}
39
/>
packages/i18n/src/locales/en.json
@@ -214,7 +214,8 @@
214
"releaseDate": "Released at",
215
"lastUpdated": "Last updated",
216
"vulnerabilities": "Vulnerabilities",
217
- "details": "Details"
+ "details": "Details",
218
+ "hideNonLts": "Hide non-LTS versions"
219
},
220
"minorReleasesTable": {
221
"version": "Version",
0 commit comments