Skip to content
Snippets Groups Projects
Commit e025eee4 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

Merge branch '361-make-question-wall-in-the-header-i18n' into 'master'

add questionwall button i18n

Closes #361

See merge request arsnova/frag.jetzt!325
parents 84ffa90c 57823665
Branches
Tags
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<button *ngIf="router.url.includes('comments') && deviceType === 'desktop'" <button *ngIf="router.url.includes('comments') && deviceType === 'desktop'"
mat-raised-button class="question-focus-btn" routerLink="participant/room/{{shortId}}/comments/questionwall"> mat-raised-button class="question-focus-btn" routerLink="participant/room/{{shortId}}/comments/questionwall">
<mat-icon svgIcon="beamer"></mat-icon> <mat-icon svgIcon="beamer"></mat-icon>
<span class="question-focus-btn-txt">Question Focus</span> <span class="question-focus-btn-txt">{{'header.question-wall' | translate}}</span>
</button> </button>
<span class="fill-remaining-space" <span class="fill-remaining-space"
*ngIf="router.url.includes('comments') && user.role === 3 && deviceType === 'desktop'"></span> *ngIf="router.url.includes('comments') && user.role === 3 && deviceType === 'desktop'"></span>
......
...@@ -63,7 +63,8 @@ ...@@ -63,7 +63,8 @@
"sure": "Bist du sicher?", "sure": "Bist du sicher?",
"user-bonus-token": "Zu deinen Bonus Tokens", "user-bonus-token": "Zu deinen Bonus Tokens",
"user-got-tokens": "Du hast noch Tokens für Bonuspunkte, die verloren gehen!", "user-got-tokens": "Du hast noch Tokens für Bonuspunkte, die verloren gehen!",
"visited-sessions": "Besuchte Sitzungen" "visited-sessions": "Besuchte Sitzungen",
"question-wall": "Fragen-Fokus"
}, },
"help": { "help": {
"cancel": "Schließen", "cancel": "Schließen",
......
...@@ -64,7 +64,8 @@ ...@@ -64,7 +64,8 @@
"sure": "Are you sure?", "sure": "Are you sure?",
"user-bonus-token": "See your bonus tokens", "user-bonus-token": "See your bonus tokens",
"user-got-tokens": "You have bonus tokens linked to this account that will be lost!", "user-got-tokens": "You have bonus tokens linked to this account that will be lost!",
"visited-sessions": "Visited sessions" "visited-sessions": "Visited sessions",
"question-wall": "Question Wall"
}, },
"help": { "help": {
"cancel": "Close", "cancel": "Close",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment