Rebrand PodcastYes -> Podcast Distribution AI (podcastdistributionai.com)

This commit is contained in:
Leon Serfaty
2026-06-20 20:12:43 -04:00
parent 3ad90f076f
commit 4fb2645db1
38 changed files with 94 additions and 93 deletions
+4 -4
View File
@@ -9,7 +9,7 @@ const SECTIONS: LegalSection[] = [
{
heading: "About this list",
paragraphs: [
"To provide PodcastYes we use a small number of third-party companies (\"subprocessors\") that process data on our behalf. We share only the data each provider needs to perform its function, and we require appropriate confidentiality and security commitments from them.",
"To provide Podcast Distribution AI we use a small number of third-party companies (\"subprocessors\") that process data on our behalf. We share only the data each provider needs to perform its function, and we require appropriate confidentiality and security commitments from them.",
],
},
{
@@ -38,7 +38,7 @@ const SECTIONS: LegalSection[] = [
{
heading: "Infrastructure",
paragraphs: [
"PodcastYes runs on managed server infrastructure that stores your account data and generated assets to operate the service. Hosting providers process service data only to provide hosting and do not use it for their own purposes.",
"Podcast Distribution AI runs on managed server infrastructure that stores your account data and generated assets to operate the service. Hosting providers process service data only to provide hosting and do not use it for their own purposes.",
],
},
{
@@ -49,7 +49,7 @@ const SECTIONS: LegalSection[] = [
},
{
heading: "Contact",
paragraphs: ["Questions about our subprocessors or data processing? Email privacy@podcastyes.app."],
paragraphs: ["Questions about our subprocessors or data processing? Email privacy@podcastdistributionai.com."],
},
];
@@ -58,7 +58,7 @@ export default function SubprocessorsPage() {
<LegalDoc
title="Subprocessors"
updated={UPDATED}
intro="This page lists the third-party providers PodcastYes relies on to deliver the service and the data each one processes. It supports our Privacy Policy and is provided for transparency."
intro="This page lists the third-party providers Podcast Distribution AI relies on to deliver the service and the data each one processes. It supports our Privacy Policy and is provided for transparency."
sections={SECTIONS}
/>
);