chore: Remove privacy legal advice disclaimer from about page
- Remove privacyNoLegalAdvice text from about page - Remove privacyNoLegalAdvice from German and English translations
This commit is contained in:
@@ -241,11 +241,6 @@ export default async function AboutPage({ params }: AboutPageProps) {
|
|||||||
</ul>
|
</ul>
|
||||||
<p style={{ marginBottom: "0.5rem" }}>{t("privacyServerLogs")}</p>
|
<p style={{ marginBottom: "0.5rem" }}>{t("privacyServerLogs")}</p>
|
||||||
<p style={{ marginBottom: "0.5rem" }}>{t("privacyContact")}</p>
|
<p style={{ marginBottom: "0.5rem" }}>{t("privacyContact")}</p>
|
||||||
<p
|
|
||||||
style={{ marginTop: "0.5rem", fontSize: "0.9rem", color: "#6b7280" }}
|
|
||||||
>
|
|
||||||
{t("privacyNoLegalAdvice")}
|
|
||||||
</p>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section style={{ marginBottom: "2rem" }}>
|
<section style={{ marginBottom: "2rem" }}>
|
||||||
|
|||||||
@@ -189,7 +189,6 @@
|
|||||||
"privacyPlausibleAggregated": "Auswertungen erfolgen ausschließlich in aggregierter Form (z. B. Seitenaufrufe, genutzte Browser).",
|
"privacyPlausibleAggregated": "Auswertungen erfolgen ausschließlich in aggregierter Form (z. B. Seitenaufrufe, genutzte Browser).",
|
||||||
"privacyServerLogs": "Der Server kann technisch bedingt Logdateien mit IP-Adresse, Zeitpunkt des Zugriffs und abgerufenen Ressourcen führen. Diese Daten werden nur zur Sicherstellung des Betriebs und zur Fehleranalyse verwendet und regelmäßig gelöscht.",
|
"privacyServerLogs": "Der Server kann technisch bedingt Logdateien mit IP-Adresse, Zeitpunkt des Zugriffs und abgerufenen Ressourcen führen. Diese Daten werden nur zur Sicherstellung des Betriebs und zur Fehleranalyse verwendet und regelmäßig gelöscht.",
|
||||||
"privacyContact": "Wenn du Fragen zu den verarbeiteten Daten hast oder Auskunft wünschst, kannst du dich über die im Impressum genannte E-Mail-Adresse melden.",
|
"privacyContact": "Wenn du Fragen zu den verarbeiteten Daten hast oder Auskunft wünschst, kannst du dich über die im Impressum genannte E-Mail-Adresse melden.",
|
||||||
"privacyNoLegalAdvice": "Hinweis: Diese Datenschutzhinweise dienen nur als Beispiel und ersetzen keine rechtliche Beratung. Für eine rechtskonforme Datenschutzerklärung solltest du eine Fachperson konsultieren.",
|
|
||||||
"backTitle": "Zurück zum Spiel",
|
"backTitle": "Zurück zum Spiel",
|
||||||
"backToGame": "Zurück zu Hördle",
|
"backToGame": "Zurück zu Hördle",
|
||||||
"footerLinkLabel": "Über & Impressum"
|
"footerLinkLabel": "Über & Impressum"
|
||||||
|
|||||||
@@ -189,7 +189,6 @@
|
|||||||
"privacyPlausibleAggregated": "Analytics are only performed in aggregated form (e.g. page views, browsers used).",
|
"privacyPlausibleAggregated": "Analytics are only performed in aggregated form (e.g. page views, browsers used).",
|
||||||
"privacyServerLogs": "For technical reasons, the server may log IP address, time of access and accessed resources. This data is only used to keep the service running and to debug issues and is deleted on a regular basis.",
|
"privacyServerLogs": "For technical reasons, the server may log IP address, time of access and accessed resources. This data is only used to keep the service running and to debug issues and is deleted on a regular basis.",
|
||||||
"privacyContact": "If you have questions about the data processed or want to request information, please contact the email address given in the imprint.",
|
"privacyContact": "If you have questions about the data processed or want to request information, please contact the email address given in the imprint.",
|
||||||
"privacyNoLegalAdvice": "Note: These privacy notes are only an example and do not replace legal advice. For a legally compliant privacy policy you should consult a professional.",
|
|
||||||
"backTitle": "Back to the game",
|
"backTitle": "Back to the game",
|
||||||
"backToGame": "Back to Hördle",
|
"backToGame": "Back to Hördle",
|
||||||
"footerLinkLabel": "About & Imprint"
|
"footerLinkLabel": "About & Imprint"
|
||||||
|
|||||||
Reference in New Issue
Block a user