From 863a74ee67afdb26f895fcc49ea7f51359cfead0 Mon Sep 17 00:00:00 2001 From: Pau Navarro Date: Fri, 18 Nov 2022 08:05:23 +0100 Subject: [PATCH] Translations --- src/i18n/en/index.js | 5 ----- src/i18n/es/index.js | 5 ----- 2 files changed, 10 deletions(-) diff --git a/src/i18n/en/index.js b/src/i18n/en/index.js index 3cc76edb3..2f2b40d85 100644 --- a/src/i18n/en/index.js +++ b/src/i18n/en/index.js @@ -305,10 +305,5 @@ export default { summary: 'Summary', moreOptions: 'More options' } - }, - notFound: { - pageTitles: { - undefined: 'Undefined', - }, } }; diff --git a/src/i18n/es/index.js b/src/i18n/es/index.js index cdaee02bd..179f94add 100644 --- a/src/i18n/es/index.js +++ b/src/i18n/es/index.js @@ -303,10 +303,5 @@ export default { summary: 'Resumen', moreOptions: 'Más opciones', } - }, - notFound: { - pageTitles: { - undefined: 'Página no encontrada', - }, } };