chore: Update DMCA contact email in en.json and Dmca.tsx

This commit is contained in:
Digital 2024-05-18 21:07:45 +00:00
parent 10d61029c3
commit 8fb961db8a
2 changed files with 4 additions and 1 deletions

View File

@ -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: <bold>dev@sudo-flix.lol</bold> 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: <bold>{{dmca}}</bold> 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",

View File

@ -28,6 +28,9 @@ export function DmcaPage() {
components={{
bold: <span className="font-bold text-white" />,
}}
values={{
dmca: conf().DMCA_EMAIL,
}}
/>
</Paragraph>
<Paragraph className="flex space-x-3 items-center">