diff --git a/src/i18n/en.json b/src/i18n/en.json index d1d2e12..ea83ebd 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -116,7 +116,7 @@ "Refuse": "Refuse", "Cookie are disabled, can't connect": "Cookie are disabled, can't login", "Edit all items": "Edit all items", - "about": "<0>Air Board Game is a plateform designed to play any board games with your friends online. For more information or to access source code visit <1>Github.<1>Legal mentions<2>This site is hosted by Netlify (San Franscico, US) and OVH (2, rue Kellermann, 59100 Roubaix)<3>Abuse report<4>To report abuse, please email at abu<1>anti-spanse@airboardgame.net<5>RGPD<6>No personnal data are collected. When you use your email to login, this information is lost and not used for anything else than sending you an authentication link.<7>Credits<8>Thanks to everybody !", + "about": "<0>Air Board Game is a plateform designed to play any board games with your friends online. For more information or to access source code visit <1>Github.<1>Legal mentions<2>This site is hosted by Netlify (San Franscico, US) and OVH (2, rue Kellermann, 59100 Roubaix)<3>Abuse report<4>To report abuse, please email at abu<1>anti-spanse-report@airboardgame.com<5>RGPD<6>No personnal data are collected. When you use your email to login, this information is lost and not used for anything else than sending you an authentication link.<7>Credits<8>Thanks to everybody !", "In progress...": "In progress...", "Duration": "Duration", "Minimal age (years)": "Minimal age", diff --git a/src/i18n/fr.json b/src/i18n/fr.json index 7fe8011..c18406b 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -116,7 +116,7 @@ "Refuse": "Refuser", "Cookie are disabled, can't connect": "Les cookies ont été refusé, il est impossible de se connecter", "Edit all items": "Modifier tous les éléments", - "about": "<0>Air Board Game is a plateform designed to play any board games with your friends online. For more information or to access source code visit <1>Github.<1>Legal mentions<2>This site is hosted by Netlify (San Franscico, US) and OVH (2, rue Kellermann, 59100 Roubaix)<3>Abuse report<4>To report abuse, please email at abu<1>anti-spanse@airboardgame.net<5>RGPD<6>No personnal data are collected. When you use your email to login, this information is lost and not used for anything else than sending you an authentication link.<7>Credits<8>Thanks to everybody !", + "about": "<0>Air Board Game is a plateform designed to play any board games with your friends online. For more information or to access source code visit <1>Github.<1>Legal mentions<2>This site is hosted by Netlify (San Franscico, US) and OVH (2, rue Kellermann, 59100 Roubaix)<3>Abuse report<4>To report abuse, please email at abu<1>anti-spanse-report@airboardgame.com<5>RGPD<6>No personnal data are collected. When you use your email to login, this information is lost and not used for anything else than sending you an authentication link.<7>Credits<8>Thanks to everybody !", "In progress...": "Demande en cours…", "Duration": "Durée", "Minimal age (years)": "Age minimum", diff --git a/src/views/AboutModal.js b/src/views/AboutModal.js index cb1260c..3b1e0d3 100644 --- a/src/views/AboutModal.js +++ b/src/views/AboutModal.js @@ -39,7 +39,8 @@ const AboutModal = ({ show, setShow }) => {

Abuse report

To report abuse, please email at abu - anti-spanse@airboardgame.net + anti-span + se-report@airboardgame.com

RGPD

@@ -53,5 +54,4 @@ const AboutModal = ({ show, setShow }) => { ); }; - export default AboutModal;