diff --git a/components/Containers/Footer/index.tsx b/components/Containers/Footer/index.tsx
index eda896aeea741..97a68475a2944 100644
--- a/components/Containers/Footer/index.tsx
+++ b/components/Containers/Footer/index.tsx
@@ -36,7 +36,7 @@ const Footer: FC = () => {
- © {t(openJSlink.text)}
+ © {openJSlink.text}
diff --git a/i18n/locales/en.json b/i18n/locales/en.json
index 6d3f200f7ff38..cc036445ef1b0 100644
--- a/i18n/locales/en.json
+++ b/i18n/locales/en.json
@@ -6,8 +6,7 @@
"trademarkPolicy": "Trademark Policy",
"privacyPolicy": "Privacy Policy",
"codeOfConduct": "Code of Conduct",
- "security": "Security Policy",
- "openJS": "OpenJS Foundation"
+ "security": "Security Policy"
}
},
"navBar": {
diff --git a/i18n/locales/fr.json b/i18n/locales/fr.json
index 8160a9b407efb..bd16abbd69a6a 100644
--- a/i18n/locales/fr.json
+++ b/i18n/locales/fr.json
@@ -6,8 +6,7 @@
"trademarkPolicy": "Politique de Marque",
"privacyPolicy": "Politique de confidentialité",
"codeOfConduct": "Code de conduite",
- "security": "Politique de sécurité",
- "openJS": "OpenJS Foundation"
+ "security": "Politique de sécurité"
}
},
"navBar": {
diff --git a/i18n/locales/pt.json b/i18n/locales/pt.json
index 270dc3d320d60..b78acd92bac1c 100644
--- a/i18n/locales/pt.json
+++ b/i18n/locales/pt.json
@@ -6,8 +6,7 @@
"trademarkPolicy": "Política da Marca Comercial",
"privacyPolicy": "Política de Privacidade",
"codeOfConduct": "Código de Conduta",
- "security": "Política de Segurança",
- "openJS": "Fundação OpenJS"
+ "security": "Política de Segurança"
}
},
"navBar": {
diff --git a/navigation.json b/navigation.json
index d99f32cc3cf2b..d0abbc8d9badb 100644
--- a/navigation.json
+++ b/navigation.json
@@ -46,7 +46,7 @@
},
{
"link": "https://openjsf.org/",
- "text": "components.containers.footer.links.openJS"
+ "text": "OpenJS Foundation"
}
],
"socialLinks": [