Change abuse report address

This commit is contained in:
Jeremie Pardou-Piquemal 2020-11-21 15:00:08 +01:00 committed by Jérémie Pardou-Piquemal
parent 695bc9196f
commit 648c0f5105
3 changed files with 4 additions and 4 deletions

View file

@ -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>.</0><1>Legal mentions</1><2>This site is hosted by Netlify (San Franscico, US) and OVH (2, rue Kellermann, 59100 Roubaix)</2><3>Abuse report</3><4>To report abuse, please email at abu<1>anti-span</1>se@airboardgame.net</4><5>RGPD</5><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.</6><7>Credits</7><8>Thanks to everybody !</8>",
"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>.</0><1>Legal mentions</1><2>This site is hosted by Netlify (San Franscico, US) and OVH (2, rue Kellermann, 59100 Roubaix)</2><3>Abuse report</3><4>To report abuse, please email at abu<1>anti-span</1>se-report@airboardgame.com</4><5>RGPD</5><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.</6><7>Credits</7><8>Thanks to everybody !</8>",
"In progress...": "In progress...",
"Duration": "Duration",
"Minimal age (years)": "Minimal age",

View file

@ -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>.</0><1>Legal mentions</1><2>This site is hosted by Netlify (San Franscico, US) and OVH (2, rue Kellermann, 59100 Roubaix)</2><3>Abuse report</3><4>To report abuse, please email at abu<1>anti-span</1>se@airboardgame.net</4><5>RGPD</5><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.</6><7>Credits</7><8>Thanks to everybody !</8>",
"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>.</0><1>Legal mentions</1><2>This site is hosted by Netlify (San Franscico, US) and OVH (2, rue Kellermann, 59100 Roubaix)</2><3>Abuse report</3><4>To report abuse, please email at abu<1>anti-span</1>se-report@airboardgame.com</4><5>RGPD</5><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.</6><7>Credits</7><8>Thanks to everybody !</8>",
"In progress...": "Demande en cours…",
"Duration": "Durée",
"Minimal age (years)": "Age minimum",

View file

@ -39,7 +39,8 @@ const AboutModal = ({ show, setShow }) => {
<h3>Abuse report</h3>
<p>
To report abuse, please email at abu
<span style={{ display: "none" }}>anti-span</span>se@airboardgame.net
<span style={{ display: "none" }}>anti-span</span>
se-report@airboardgame.com
</p>
<h3>RGPD</h3>
<p>
@ -53,5 +54,4 @@ const AboutModal = ({ show, setShow }) => {
</Modal>
);
};
export default AboutModal;