From 03b883685723210448a9535adc4510ac1fadf17c Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus-dieter.quibeldey-cirkel@mni.thm.de> Date: Sun, 4 Jul 2021 12:52:13 +0200 Subject: [PATCH] wording --- src/app/components/shared/header/header.component.html | 2 +- src/app/components/shared/header/header.component.scss | 6 +++--- .../question-wall/question-wall.component.scss | 3 +++ src/assets/i18n/creator/de.json | 2 +- src/assets/i18n/home/de.json | 4 ++-- src/assets/i18n/home/en.json | 8 ++++---- src/assets/i18n/participant/de.json | 2 +- 7 files changed, 15 insertions(+), 12 deletions(-) diff --git a/src/app/components/shared/header/header.component.html b/src/app/components/shared/header/header.component.html index 87bb2dfd8..278c90379 100644 --- a/src/app/components/shared/header/header.component.html +++ b/src/app/components/shared/header/header.component.html @@ -334,7 +334,7 @@ *ngIf="user" (click)="showMotdDialog()"> <mat-icon> - {{ motdState ? 'notifications_active' : 'notifications_none' }} + {{ motdState ? 'notifications_active' : 'help' }} </mat-icon> <span>{{'header.motd' | translate}}</span> </button> diff --git a/src/app/components/shared/header/header.component.scss b/src/app/components/shared/header/header.component.scss index f16bb9760..ccc3780c6 100644 --- a/src/app/components/shared/header/header.component.scss +++ b/src/app/components/shared/header/header.component.scss @@ -137,12 +137,12 @@ h1 { color: red; } ::ng-deep .mat-menu-item:hover .qrcode svg > path { - fill: var(--dialog); - color: var(--dialog); + fill: var(--dialog) !important; + color: var(--dialog) !important; background-color: var(--on-dialog) !important; } ::ng-deep #cdk-overlay-0 .mat-menu-content > button:hover mat-icon { - color: var(--dialog); + color: var(--dialog) !important; background-color: var(--on-dialog) !important; } diff --git a/src/app/components/shared/questionwall/question-wall/question-wall.component.scss b/src/app/components/shared/questionwall/question-wall/question-wall.component.scss index b7718ca9d..2cd710605 100644 --- a/src/app/components/shared/questionwall/question-wall/question-wall.component.scss +++ b/src/app/components/shared/questionwall/question-wall/question-wall.component.scss @@ -305,4 +305,7 @@ } h2{ color: red; + font-weight: normal !important; + + q } diff --git a/src/assets/i18n/creator/de.json b/src/assets/i18n/creator/de.json index aa6db2959..60c1e6c5d 100644 --- a/src/assets/i18n/creator/de.json +++ b/src/assets/i18n/creator/de.json @@ -495,7 +495,7 @@ "rotate-weight": "Themen dieser Häufigkeitsgruppe zufällig um x Grad drehen", "rotate-weight-tooltip": "Themen dieser Häufigkeitsgruppe zufällig um x Grad drehen", "font":"Schrift", - "reset-btn": "Zurücksetzten", + "reset-btn": "Auf Standardwerte setzen", "font-family-tooltip": "Schriftart auswählen", "bold-notation-tooltip": "Schrift fett setzen", "font-style-bold" : "Fett", diff --git a/src/assets/i18n/home/de.json b/src/assets/i18n/home/de.json index d4d160ca3..aaaf3faa5 100644 --- a/src/assets/i18n/home/de.json +++ b/src/assets/i18n/home/de.json @@ -39,7 +39,7 @@ "imprint": "Impressum", "language": "Sprache", "style": "Anzeige", - "motd-title-main": "»frag.jetzt« News", + "motd-title-main": "»frag.jetzt« FAQ", "motd-mark-all-read": "Alles gelesen", "motd-title-old": "Archiv", "motd-title-new": "Aktuell", @@ -98,7 +98,7 @@ "questionwall": "Zur Fragenwand", "tag-cloud": "Zur Themenwolke", "fullscreen": "Vollbild & Text", - "motd": "»frag.jetzt« News", + "motd": "»frag.jetzt« FAQ", "tag-cloud-config": "Aussehen & Animation", "tag-cloud-administration": "Einstellungen & Suche", "questions-blocked": "Fragenstellen deaktiviert ", diff --git a/src/assets/i18n/home/en.json b/src/assets/i18n/home/en.json index 8dcdb09c5..cacacddef 100644 --- a/src/assets/i18n/home/en.json +++ b/src/assets/i18n/home/en.json @@ -40,10 +40,10 @@ "language": "Language", "open": "Open", "style": "Display", - "motd-title-main": "»frag.jetzt« News", + "motd-title-main": "»frag.jetzt« FAQ", "motd-mark-all-read": "Mark all as read", - "motd-title-old": "News archive", - "motd-title-new": "Latest news", + "motd-title-old": "FAQ archive", + "motd-title-new": "Latest FAQ", "motd-mark-read": "Mark as read" }, "header": { @@ -87,7 +87,7 @@ "questionwall": "Question focus", "tag-cloud": "Topic cloud", "fullscreen": "Text scaling", - "motd": "»frag.jetzt« News", + "motd": "»frag.jetzt« FAQ", "tag-cloud-config": "Modify cloud view", "tag-cloud-administration": "Edit cloud topics", "questions-blocked": "No further questions!", diff --git a/src/assets/i18n/participant/de.json b/src/assets/i18n/participant/de.json index e7869f4bf..60fc83566 100644 --- a/src/assets/i18n/participant/de.json +++ b/src/assets/i18n/participant/de.json @@ -364,7 +364,7 @@ "rotate-weight": "Themen dieser Häufigkeitsgruppe zufällig um x Grad drehen", "rotate-weight-tooltip": "Themen dieser Häufigkeitsgruppe zufällig um x Grad drehen", "font":"Schrift", - "reset-btn": "Zurücksetzten", + "reset-btn": "Auf Standardwerte setzen", "font-family-tooltip": "Schrift auswählen …", "bold-notation-tooltip": "Schrift fett setzen", "font-style-bold" : "Fette Schrift", -- GitLab