From 8fb961db8a00fdd72347efa3929c2a1dd827b3a8 Mon Sep 17 00:00:00 2001 From: Digital Date: Sat, 18 May 2024 21:07:45 +0000 Subject: [PATCH] chore: Update DMCA contact email in en.json and Dmca.tsx --- src/assets/locales/en.json | 2 +- src/pages/Dmca.tsx | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index 6e6c4c31..f10859ad 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -474,7 +474,7 @@ }, "screens": { "dmca": { - "text": "Welcome to sudo-flix's DMCA contact page. If you believe your copyrighted work has been improperly used on our platform (😢), please send a detailed DMCA notice to: dev@sudo-flix.lol below. Please include a description of the copyrighted material, your contact details, and a statement of good faith belief. We're committed to resolving these matters promptly and appreciate your cooperation.", + "text": "Welcome to sudo-flix's DMCA contact page. If you believe your copyrighted work has been improperly used on our platform (😢), please send a detailed DMCA notice to: {{dmca}} below. Please include a description of the copyrighted material, your contact details, and a statement of good faith belief. We're committed to resolving these matters promptly and appreciate your cooperation.", "title": "DMCA :(" }, "loadingApp": "Loading application", diff --git a/src/pages/Dmca.tsx b/src/pages/Dmca.tsx index b96a2ce5..dbb59e8e 100644 --- a/src/pages/Dmca.tsx +++ b/src/pages/Dmca.tsx @@ -28,6 +28,9 @@ export function DmcaPage() { components={{ bold: , }} + values={{ + dmca: conf().DMCA_EMAIL, + }} />