From dab89952b9203b8eb688d23e091497825f1ea7aa Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Tue, 7 Apr 2020 18:12:59 +0200 Subject: [PATCH] Wording --- .../components/shared/header/header.component.html | 2 +- src/assets/i18n/participant/de.json | 2 +- src/assets/i18n/participant/en.json | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/components/shared/header/header.component.html b/src/app/components/shared/header/header.component.html index b5a6000e8..049089ded 100644 --- a/src/app/components/shared/header/header.component.html +++ b/src/app/components/shared/header/header.component.html @@ -16,7 +16,7 @@ <span class="fill-remaining-space" *ngIf="router.url.includes('comments') && deviceType === 'desktop'"></span> <button *ngIf="router.url.includes('comments') && deviceType === 'desktop'" mat-button routerLink="participant/room/{{shortId}}/comments/questionwall"> - <span class="oldtypo-h3">Presentation</span> + <span class="oldtypo-h3">Question Focus</span> </button> <span class="fill-remaining-space" *ngIf="router.url.includes('comments') && user.role === 3 && deviceType === 'desktop'"></span> diff --git a/src/assets/i18n/participant/de.json b/src/assets/i18n/participant/de.json index b56cfa8a2..bf7f6c146 100644 --- a/src/assets/i18n/participant/de.json +++ b/src/assets/i18n/participant/de.json @@ -127,7 +127,7 @@ "auto-renew-off": "Autofokus beenden", "auto-renew-off-icon": "cancel", "intro-title": "Fragen-Fokus", - "intro-desc": "Klicke auf eine Frage oder navigiere mit der Leertaste vorwärts oder mit den Pfeiltasten vor und zurück.", + "intro-desc": "Klick auf eine Frage oder navigiere mit der Leertaste vorwärts oder mit den Pfeiltasten vor und zurück.", "sort-time": "Zeit", "sort-score": "Bewertung" } diff --git a/src/assets/i18n/participant/en.json b/src/assets/i18n/participant/en.json index 1706b4afe..482b5a6c7 100644 --- a/src/assets/i18n/participant/en.json +++ b/src/assets/i18n/participant/en.json @@ -117,16 +117,16 @@ "bonus-token-header": "Tokens for bonus points" }, "question-wall": { - "next-comment": "Next Comment", + "next-comment": "Next question", "next-comment-icon": "keyboard_arrow_right", - "prev-comment": "Previous Comment", + "prev-comment": "Previous question", "prev-comment-icon": "keyboard_arrow_left", - "auto-renew-on": "Start automatically focus new comments", + "auto-renew-on": "Autofocus for new questions", "auto-renew-on-icon": "refresh", - "auto-renew-off": "Stop automatically focus new comments", + "auto-renew-off": "Switch off autofocus", "auto-renew-off-icon": "cancel", - "intro-title": "Questionwall", - "intro-desc": "Click on a question or navigate forwards with the space bar or back and forth with the arrow keys.", + "intro-title": "Question Focus", + "intro-desc": "Click on a question or navigate forwards with the space bar or backwards and forwards with the arrow keys.", "sort-time": "Time", "sort-score": "Score" } -- GitLab