From 4f35028849691f46766e1c883d2bc5f796be55a1 Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Sat, 21 Sep 2019 16:33:57 +0200 Subject: [PATCH] wording --- .../home/_dialogs/cookies/cookies.component.html | 2 +- .../home/_dialogs/cookies/cookies.component.scss | 2 +- src/assets/i18n/home/de.json | 4 ++-- src/assets/i18n/home/en.json | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/components/home/_dialogs/cookies/cookies.component.html b/src/app/components/home/_dialogs/cookies/cookies.component.html index c4dba3db8..b8e2cb0a7 100644 --- a/src/app/components/home/_dialogs/cookies/cookies.component.html +++ b/src/app/components/home/_dialogs/cookies/cookies.component.html @@ -3,7 +3,7 @@ <div class="header-container"> <h1 mat-dialog-title tabindex="0" id="cookie-header">{{ 'cookies.title' | translate }}</h1> <button mat-icon-button aria-labelledby="info-label" class="info" (click)="openDataProtection()"> - <mat-icon class="info-icon">help</mat-icon> + <mat-icon class="info-icon">security</mat-icon> </button> </div> diff --git a/src/app/components/home/_dialogs/cookies/cookies.component.scss b/src/app/components/home/_dialogs/cookies/cookies.component.scss index 2ce469590..867f4ec0a 100644 --- a/src/app/components/home/_dialogs/cookies/cookies.component.scss +++ b/src/app/components/home/_dialogs/cookies/cookies.component.scss @@ -17,7 +17,7 @@ div { } .info-icon{ - font-size: 19px; + font-size: 40px; } .container{ diff --git a/src/assets/i18n/home/de.json b/src/assets/i18n/home/de.json index 4631eda20..903abcc17 100644 --- a/src/assets/i18n/home/de.json +++ b/src/assets/i18n/home/de.json @@ -5,7 +5,7 @@ "cancel": "Nein danke", "cancel-description": "Lehnt die Verwendung von Cookies ab und sperrt die Anwendung.", "info-label": "Öffnet ein Dialogfenster mit der Datenschutzerklärung zu frag.jetzt.", - "title": "Cookies" + "title": "Cookies & Datenschutz" }, "data-protection": { "cancel": "Nein danke", @@ -80,7 +80,7 @@ "no-empty-name": "Bitte gib einen Namen für die Sitzung ein.", "no-room-found": "Es wurde keine Sitzung mit diesem Code gefunden.", "only-numbers": "Der Sitzungs-Code besteht ausschließlich aus Ziffern.", - "please-enter": "Den Code sagt dir dein Dozent.", + "please-enter": "Den Code sagt dir dein Dozent", "room-name-input": "Gib hier den Namen der Sitzung die du erstellen möchtest ein.", "session-id": "Sitzungs-Code", "update-available": "Eine neue Version ist verfügbar." diff --git a/src/assets/i18n/home/en.json b/src/assets/i18n/home/en.json index 5dc97c833..8a1e4f3da 100644 --- a/src/assets/i18n/home/en.json +++ b/src/assets/i18n/home/en.json @@ -2,17 +2,17 @@ "cookies": { "accept": "I accept", "accept-description": "Accept the use of cookies and proceed to the app.", - "cancel": "No, thanks.", + "cancel": "No, thanks", "cancel-description": "Reject cookie usage and exit the app.", "info-label": "Opens a dialog with the frag.jetzt data protection policy.", - "title": "Cookies" + "title": "Cookies & Data Protection" }, "data-protection": { "cancel": "Reject", "cancel-description": "Reject the app's privacy policy and close dialog", "consent": "Accept", "consent-description": "Accept the app's privacy policy and close dialog", - "title": "Data Protection & Privacy" + "title": "Data Protection" }, "demo": { "cancel": "Close", @@ -82,7 +82,7 @@ "no-empty-name": "Please enter a name.", "no-room-found": "No session found with this key", "only-numbers": "A session key only contains digits.", - "please-enter": "Ask the lecturer for the key.", + "please-enter": "Ask the lecturer for the key", "room-name-input": "Enter the name of the session you want to create here.", "session-id": "Session key", "update-available": "An update is available." @@ -192,7 +192,7 @@ "creator-role": "Session creator", "entry": "Entry ", "filter": "Here you can filter your visited sessions.", - "filter-message": "Filter by Name or Code", + "filter-message": "Filter by name or key", "join-message-template": "Join the session {{session}} with code {{id}} and in the role {{role}}", "moderator-role": "Moderator", "no-room-history": "You haven't joined any sessions yet.", -- GitLab