Skip to content

Commit 967676d

Browse files
committed
add one more i18n key
1 parent 6bc1393 commit 967676d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/site/components/EOL/Alert.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const EOLAlert = () => {
99
<AlertBox level="warning">
1010
{t('intro')}{' '}
1111
<Link href="/eol">
12-
OpenJS Ecosystem Sustainability Program partner HeroDevs
12+
OpenJS Ecosystem Sustainability Program {t('partner')} HeroDevs
1313
</Link>
1414
</AlertBox>
1515
);

packages/i18n/src/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@
289289
},
290290
"endOfLife": {
291291
"intro": "Commercial support for versions past the Maintenance LTS phase is available through our",
292+
"partner": "partner",
292293
"severity": {
293294
"unknown": "Unknown",
294295
"low": "Low",

0 commit comments

Comments
 (0)