From 74fb85d2ee1385f0e4cf349b786b3fcf54bc9d52 Mon Sep 17 00:00:00 2001 From: Dorian Merz <merz@ub.uni-leipzig.de> Date: Fri, 28 Jun 2019 12:44:02 +0200 Subject: [PATCH] refs #15512 [fid_bbi] fix in privacy policy * now correctly says "FID BBI website" in english version --- themes/fid_bbi/templates/fid/user/policy-de.phtml | 2 +- themes/fid_bbi/templates/fid/user/policy-en.phtml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/fid_bbi/templates/fid/user/policy-de.phtml b/themes/fid_bbi/templates/fid/user/policy-de.phtml index 5f492eda342..7cb82d2941c 100644 --- a/themes/fid_bbi/templates/fid/user/policy-de.phtml +++ b/themes/fid_bbi/templates/fid/user/policy-de.phtml @@ -1,4 +1,4 @@ -<div class="adlr-policies"> +<div class="bbi-policies"> <br /> <h2><strong>Datenschutzerklärung</strong></h2> <ol> diff --git a/themes/fid_bbi/templates/fid/user/policy-en.phtml b/themes/fid_bbi/templates/fid/user/policy-en.phtml index f152d1f04f0..01935183e75 100644 --- a/themes/fid_bbi/templates/fid/user/policy-en.phtml +++ b/themes/fid_bbi/templates/fid/user/policy-en.phtml @@ -1,4 +1,4 @@ -<div class="adlr-policies"> +<div class="bbi-policies"> <br /> <h2><strong>Privacy Policy</strong></h2> <p>Please note: The English version of our privacy policy is for informational purposes only. @@ -46,9 +46,9 @@ <ol> <li><strong>Description and scope of data processing</strong></li> <p> - When using the adlr.link website, an encrypted browser connection is established to ensure + When using the FID BBI website, an encrypted browser connection is established to ensure secure data transmission.<br /> - In principle, you can visit the adlr.link website without telling us who you are. However, + In principle, you can visit the FID BBI website without telling us who you are. However, every time you visit our website, your browser automatically transmits data and information from your computer system to us.<br /> The following data is collected: -- GitLab