Merge pull request #28 from Digital39999/main

chore: Update DMCA contact email in en.json and Dmca.tsx
This commit is contained in:
Captain Jack Sparrow 2024-05-18 18:39:05 -04:00 committed by GitHub
commit 495c52ed76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -474,7 +474,7 @@
}, },
"screens": { "screens": {
"dmca": { "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 :(" "title": "DMCA :("
}, },
"loadingApp": "Loading application", "loadingApp": "Loading application",

View File

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