From ca0f9fbd6866209e1c3d22ac1971e8e9dd09c329 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Sat, 23 Aug 2025 17:29:18 +0200 Subject: [PATCH] more hyphens --- locales/de.yml | 2 +- src/index.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/de.yml b/locales/de.yml index e6a1ac3..1224528 100644 --- a/locales/de.yml +++ b/locales/de.yml @@ -56,7 +56,7 @@ impressum: "Impressum" # Privacy Policy privacy_policy: "Datenschutz" -privacy_policy_title: "Datenschutzerklärung" +privacy_policy_title: "Datenschutzerklärung" data_controller: "Datenverantwortlicher" data_controller_info: "Johannes Kepler Universität Linz
Institut für Netzwerke und Sicherheit
Science Park 3, 2. Stock
Altenberger Straße 69, 4040 Linz, Austria
https://www.ins.jku.at/
+43 732 2468-4120
office@digidow.eu
Umsatzsteuer-Identifikationsnummer (UID) der JKU: ATU57515567" overview: "Überblick" diff --git a/src/index.rs b/src/index.rs index a3a6aa1..8081db3 100644 --- a/src/index.rs +++ b/src/index.rs @@ -145,7 +145,7 @@ pub(super) async fn data( page.set_message(MyMessage::DataDeleted); } page.content(html! { - h1 { (t!("privacy_policy_title")) } + h1 { (PreEscaped(t!("privacy_policy_title"))) } h2 { (t!("data_controller")) } p { (PreEscaped(t!("data_controller_info")))