diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-10-30 22:44:55 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-10-30 23:09:33 +0200 |
| commit | 815b190d28cc42e6f3d44d04e1f1ebaea9208cf6 (patch) | |
| tree | 0d3f0133a39a4a796e698d360dc32f54fb41d8ad /src/js/i18n/locales/en.js | |
| parent | 3a3baddad1c801d77dc398d2c6980f3c14f4a47c (diff) | |
chore: convert html files to php
Now I can use php to determine current env and load static CSS file if
it is prod.
Diffstat (limited to 'src/js/i18n/locales/en.js')
| -rw-r--r-- | src/js/i18n/locales/en.js | 2 |
1 files changed, 1 insertions, 1 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', }, |
