From 2a8464001efce8c76e8109af7eb68d9e86105692 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 28 Oct 2021 17:08:13 +0200 Subject: chore: add legal notice In France, legal notice is required for any website. --- htdocs/src/js/i18n/locales/en.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'htdocs/src/js/i18n/locales/en.js') diff --git a/htdocs/src/js/i18n/locales/en.js b/htdocs/src/js/i18n/locales/en.js index c21b739..9717528 100644 --- a/htdocs/src/js/i18n/locales/en.js +++ b/htdocs/src/js/i18n/locales/en.js @@ -25,6 +25,10 @@ const en = { }, }, footer: { + legalNotice: { + txt: 'Legal notice', + link: 'legal-notice.html', + }, license: 'License MIT', }, }; -- cgit v1.2.3