diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json
index 6e6c4c319..f10859ad6 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 b96a2ce55..dbb59e8ec 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,
+ }}
/>