aboutsummaryrefslogtreecommitdiffstats
path: root/src/js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js')
-rw-r--r--src/js/i18n/locales/en.js2
-rw-r--r--src/js/i18n/locales/fr.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/js/i18n/locales/en.js b/src/js/i18n/locales/en.js
index 9717528..a24b944 100644
--- a/src/js/i18n/locales/en.js
+++ b/src/js/i18n/locales/en.js
@@ -27,7 +27,7 @@ const en = {
footer: {
legalNotice: {
txt: 'Legal notice',
- link: 'legal-notice.html',
+ link: 'legal-notice.php',
},
license: 'License MIT',
},
diff --git a/src/js/i18n/locales/fr.js b/src/js/i18n/locales/fr.js
index 9c93012..401f297 100644
--- a/src/js/i18n/locales/fr.js
+++ b/src/js/i18n/locales/fr.js
@@ -27,7 +27,7 @@ const fr = {
footer: {
legalNotice: {
txt: 'Mentions légales',
- link: 'mentions-legales.html',
+ link: 'mentions-legales.php',
},
license: 'Licence MIT',
},