Browse Source

Included correct unicode codes for § and ü

betaFixes
Bianca Steffes 3 years ago
parent
commit
4d5ea6aa0a
  1. 6
      health_data_export/src/application/res/PrivacyStatementText.java

6
health_data_export/src/application/res/PrivacyStatementText.java

@ -8,7 +8,7 @@ public class PrivacyStatementText
+ "Chair of legal informatics\n"
+ "Saarland University\n"
+ "Campus C3.1\n"
+ "66123 Saarbrücken\n"
+ "66123 Saarbr\u00fccken\n"
+ "Contact person: Prof. Dr.-Ing. Christoph Sorge (lehrstuhl.sorge@uni-saarland.de)";
public static final String introText="The protection of your privacy is of great importance to us. Therefore, we would like to inform you about the specifics regarding the processing of your data.";
@ -26,7 +26,7 @@ public class PrivacyStatementText
public static final String headingSec3="3. Lawfulness of processing";
public static final String contentSec3="The processing is based on Art. 9 (2) j) GDPR in combination with § 23 (1) SaarlDSG. The data will be anonymized in line of § 23 (1) SaarlDSG.";
public static final String contentSec3="The processing is based on Art. 9 (2) j) GDPR in combination with \u00a7 23 (1) SaarlDSG. The data will be anonymized in line of \u00a7 23 (1) SaarlDSG.";
public static final String headingSec4="4. Your rights";
@ -43,7 +43,7 @@ public class PrivacyStatementText
+ "Postal address:\n"
+ "Facility Meerwiesertalweg\n"
+ "Post-office box 15 11 50\n"
+ "66041 Saarbrücken\n"
+ "66041 Saarbr\u00fccken\n"
+ "\n"
+ "Alternatively, you may directly contact Prof. Dr.-Ing. Christoph Sorge (lehrstuhl.sorge@uni-saarland.de).";

Loading…
Cancel
Save