diff --git a/src/config/locales/de/imprint.ts b/src/config/locales/de/imprint.ts index 3ad5bc1..d51b83a 100644 --- a/src/config/locales/de/imprint.ts +++ b/src/config/locales/de/imprint.ts @@ -2,6 +2,7 @@ export const imprint = { title: 'Impressum und Datenschutz', subtitle: 'Rechtliche Informationen', companyInfoTitle: 'Angaben gemäß § 5 DDG', + umsatzsteuerID: 'Umsatzsteuer-ID: DE316934637', contactTitle: 'Kontakt', responsibilityTitle: 'Vertretungsberechtigt', disclaimerTitle: 'Haftungsausschluss', @@ -170,7 +171,7 @@ export const imprint = { 'Wir treffen im Übrigen technische und organisatorische Sicherheitsmaßnahmen nach dem Stand der Technik, um die Vorschriften der Datenschutzgesetze einzuhalten und Ihre Daten gegen zufällige oder vorsätzliche Manipulationen, teilweisen oder vollständigen Verlust, Zerstörung oder gegen den unbefugten Zugriff Dritter zu schützen.', changesTitle: 'Aktualität und Änderung dieser Datenschutzerklärung', changesText: - 'Diese Datenschutzerklärung ist aktuell gültig und hat den Stand September 2025. Aufgrund geänderter gesetzlicher bzw. behördlicher Vorgaben kann es notwendig werden, diese Datenschutzerklärung anzupassen.', + 'Diese Datenschutzerklärung ist aktuell gültig und hat den Stand Mai 2026. Aufgrund geänderter gesetzlicher bzw. behördlicher Vorgaben kann es notwendig werden, diese Datenschutzerklärung anzupassen.', disclaimer: 'Diese Datenschutzerklärung wurde mit Hilfe des Datenschutz-Generators von SOS Recht erstellt. SOS Recht ist ein Angebot der Mueller.legal Rechtsanwälte Partnerschaft mit Sitz in Berlin.', }, diff --git a/src/config/locales/en/TextConfig.ts b/src/config/locales/en/TextConfig.ts index b81ec89..2a70e68 100644 --- a/src/config/locales/en/TextConfig.ts +++ b/src/config/locales/en/TextConfig.ts @@ -188,6 +188,8 @@ export interface TextConfig { // Imprint Page imprint: { + umsatzsteuerID: string; + vatID: string; title: string; subtitle: string; companyInfoTitle: string; diff --git a/src/config/locales/en/imprint.ts b/src/config/locales/en/imprint.ts index 25a5bd5..a2727cf 100644 --- a/src/config/locales/en/imprint.ts +++ b/src/config/locales/en/imprint.ts @@ -2,6 +2,7 @@ export const imprint = { title: 'Imprint and Privacy Policy', subtitle: 'Legal Information', companyInfoTitle: 'Information pursuant to § 5 DDG', + vatID: 'VAT ID: DE316934637', contactTitle: 'Contact', responsibilityTitle: 'Authorized Representative', disclaimerTitle: 'Disclaimer', @@ -170,7 +171,7 @@ export const imprint = { 'We also take technical and organizational security measures in accordance with the state of the art to comply with data protection laws and to protect your data against accidental or intentional manipulation, partial or complete loss, destruction, or unauthorized access by third parties.', changesTitle: 'Currency and amendments to this privacy policy', changesText: - 'This privacy policy is currently valid and was last updated in September 2025. Due to changes in legislation or official requirements, it may become necessary to amend this privacy policy.', + 'This privacy policy is currently valid and was last updated in May 2026. Due to changes in legislation or official requirements, it may become necessary to amend this privacy policy.', disclaimer: 'This privacy policy was created with the help of the data protection generator by SOS Recht. SOS Recht is an offering of Mueller.legal Attorneys at Law, based in Berlin.', }, diff --git a/src/pages/ImprintPage.tsx b/src/pages/ImprintPage.tsx index b572d1f..d173402 100644 --- a/src/pages/ImprintPage.tsx +++ b/src/pages/ImprintPage.tsx @@ -30,6 +30,7 @@ export default function ImprintPage() {

{texts.address.street}

{texts.address.city}

{texts.address.country}

+

{texts.umsatzsteuerID || texts.vatID}