Skip to content

Commit

Permalink
Merge pull request #28 from Digital39999/main
Browse files Browse the repository at this point in the history
chore: Update DMCA contact email in en.json and Dmca.tsx
  • Loading branch information
Captain Jack Sparrow authored May 18, 2024
2 parents 10d6102 + 8fb961d commit 495c52e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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>[email protected]</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",
Expand Down
3 changes: 3 additions & 0 deletions src/pages/Dmca.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 495c52e

Please sign in to comment.