more hyphens
This commit is contained in:
@@ -56,7 +56,7 @@ impressum: "Impressum"
|
||||
|
||||
# Privacy Policy
|
||||
privacy_policy: "Datenschutz"
|
||||
privacy_policy_title: "Datenschutzerklärung"
|
||||
privacy_policy_title: "Daten<wbr/>schutz<wbr/>erklärung"
|
||||
data_controller: "Datenverantwortlicher"
|
||||
data_controller_info: "Johannes Kepler Universität Linz<br>Institut für Netzwerke und Sicherheit<br>Science Park 3, 2. Stock<br>Altenberger Straße 69, 4040 Linz, Austria<br>https://www.ins.jku.at/<br>+43 732 2468-4120<br>office@digidow.eu<br>Umsatzsteuer-Identifikationsnummer (UID) der JKU: ATU57515567"
|
||||
overview: "Überblick"
|
||||
|
@@ -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")))
|
||||
|
Reference in New Issue
Block a user