Fix app name phrasing and refresh blog seed dates
This commit is contained in:
@@ -28,7 +28,7 @@ const LegalShow: React.FC<LegalShowProps> = (props) => {
|
||||
<div className="mx-auto max-w-4xl px-6">
|
||||
<header className="mb-10">
|
||||
<p className="text-sm uppercase tracking-[0.2em] text-gray-400">
|
||||
Fotospiel App
|
||||
Die Fotospiel App
|
||||
</p>
|
||||
<h1 className="mt-2 text-3xl font-semibold text-gray-900 md:text-4xl">
|
||||
{title}
|
||||
|
||||
@@ -90,7 +90,7 @@ const DemoPage: React.FC<DemoPageProps> = ({ demoToken }) => {
|
||||
aria-hidden
|
||||
/>
|
||||
<iframe
|
||||
title="Fotospiel App Demo"
|
||||
title="Demo der Fotospiel App"
|
||||
src={embedUrl}
|
||||
className="aspect-[9/19] w-full rounded-[1.75rem] border-0 bg-white shadow-inner dark:bg-gray-950"
|
||||
loading="lazy"
|
||||
@@ -181,7 +181,7 @@ const DemoPage: React.FC<DemoPageProps> = ({ demoToken }) => {
|
||||
aria-hidden
|
||||
/>
|
||||
<iframe
|
||||
title="Fotospiel App Demo"
|
||||
title="Demo der Fotospiel App"
|
||||
src={embedUrl}
|
||||
className="aspect-[9/16] w-full rounded-[1.75rem] border-0 bg-white shadow-inner dark:bg-gray-950"
|
||||
loading="lazy"
|
||||
|
||||
@@ -53,7 +53,7 @@ const WithdrawalConfirm: React.FC<WithdrawalConfirmProps> = ({ eligiblePurchases
|
||||
<div className="mx-auto max-w-4xl px-6">
|
||||
<header className="mb-10">
|
||||
<p className="text-sm uppercase tracking-[0.2em] text-gray-400">
|
||||
Fotospiel App
|
||||
Die Fotospiel App
|
||||
</p>
|
||||
<h1 className="mt-2 text-3xl font-semibold text-gray-900 md:text-4xl">
|
||||
{t('withdrawal.title')}
|
||||
|
||||
Reference in New Issue
Block a user