diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-10-28 17:08:13 +0200 | 
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-10-28 17:21:41 +0200 | 
| commit | 2a8464001efce8c76e8109af7eb68d9e86105692 (patch) | |
| tree | efb3c1f2543515a10815dfaf81588e578e8878cd /htdocs/src/js/i18n/locales/en.js | |
| parent | b7334838318e4a42171491349038941d347538a0 (diff) | |
chore: add legal notice
In France, legal notice is required for any website.
Diffstat (limited to 'htdocs/src/js/i18n/locales/en.js')
| -rw-r--r-- | htdocs/src/js/i18n/locales/en.js | 4 | 
1 files changed, 4 insertions, 0 deletions
| 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',    },  }; | 
