Rebrand PodcastYes -> Podcast Distribution AI (podcastdistributionai.com)
This commit is contained in:
@@ -8,7 +8,7 @@ const UPDATED = "June 7, 2026";
|
||||
const SECTIONS: LegalSection[] = [
|
||||
{
|
||||
heading: "Information we collect",
|
||||
paragraphs: ["We collect the following categories of information to operate PodcastYes:"],
|
||||
paragraphs: ["We collect the following categories of information to operate Podcast Distribution AI:"],
|
||||
bullets: [
|
||||
"Account information you provide — your name, email address, and password (passwords are stored only as salted hashes).",
|
||||
"Content you create — episode topics, prompts, configuration (tone, format, language, voices), generated scripts, audio, cover art, and repurposed content.",
|
||||
@@ -72,7 +72,7 @@ const SECTIONS: LegalSection[] = [
|
||||
{
|
||||
heading: "Children",
|
||||
paragraphs: [
|
||||
"PodcastYes is not directed to children under 13 (or the minimum age required in your jurisdiction), and we do not knowingly collect their personal data.",
|
||||
"Podcast Distribution AI is not directed to children under 13 (or the minimum age required in your jurisdiction), and we do not knowingly collect their personal data.",
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -90,7 +90,7 @@ const SECTIONS: LegalSection[] = [
|
||||
{
|
||||
heading: "Contact",
|
||||
paragraphs: [
|
||||
"Questions about this policy or your data? Email privacy@podcastyes.app and we'll be glad to help.",
|
||||
"Questions about this policy or your data? Email privacy@podcastdistributionai.com and we'll be glad to help.",
|
||||
],
|
||||
},
|
||||
];
|
||||
@@ -100,7 +100,7 @@ export default function PrivacyPage() {
|
||||
<LegalDoc
|
||||
title="Privacy Policy"
|
||||
updated={UPDATED}
|
||||
intro="This Privacy Policy explains what information PodcastYes collects, how we use it, who we share it with, and the choices you have. It applies to your use of the PodcastYes website and application."
|
||||
intro="This Privacy Policy explains what information Podcast Distribution AI collects, how we use it, who we share it with, and the choices you have. It applies to your use of the Podcast Distribution AI website and application."
|
||||
sections={SECTIONS}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user