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

add missing tooltips

parent 8a57f5ad
No related merge requests found
......@@ -154,6 +154,7 @@
<div fxLayout="row"
fxLayoutAlign="start center">
<div fxLayoutAlign="center center"
matTooltip="{{ 'comment-page.tag-to-filter' | translate }}"
(click)="this.clickedOnTag.emit(comment.tag)"
*ngIf="comment.tag && comment.tag !== ''"
class="comment-tags">
......@@ -164,6 +165,7 @@
</div>
<div class="user-number"
fxLayoutAlign="center center"
matTooltip="{{ 'comment-page.user-number' | translate }}"
(click)="this.clickedUserNumber.emit(comment.userNumber)">
<mat-icon class="user-icon">person</mat-icon>
<strong>
......
......@@ -113,6 +113,8 @@
"send": "Senden",
"send-description": "Frage abschicken",
"tag": "Tag",
"tag-to-filter": "Klick auf die Fragenkategorie, um Fragen dieser Kategorie zu filtern.",
"user-number": "Klick auf die Nummer, um die Fragen dieses anonymen Fragenstellers zu filtern.",
"vote-down": "Frage abwerten",
"vote-up": "Frage aufwerten",
"write-comment": "Eingabe",
......
......@@ -114,6 +114,8 @@
"send": "Send",
"send-description": "Send question",
"tag": "Tag",
"tag-to-filter": "Click on the question category to filter questions in that category.",
"user-number": "Click on the number to filter the questions from this anonymous questioner.",
"vote-down": "Vote down",
"vote-up": "Vote up",
"write-comment": "Write",
......
......@@ -92,6 +92,8 @@
"send": "Senden",
"send-description": "Frage abschicken",
"tag": "Tag",
"tag-to-filter": "Klick auf die Fragenkategorie, um Fragen dieser Kategorie zu filtern.",
"user-number": "Klick auf die Nummer, um die Fragen dieses anonymen Fragenstellers zu filtern.",
"vote-down": "Frage abwerten",
"vote-up": "Frage aufwerten",
"write-comment": "Eingabe",
......
......@@ -102,6 +102,8 @@
"send": "Send",
"send-description": "Send question",
"tag": "Tag",
"tag-to-filter": "Click on the question category to filter questions in that category.",
"user-number": "Click on the number to filter the questions from this anonymous questioner.",
"vote-down": "Vote down",
"vote-up": "Vote up",
"write-comment": "Write",
......
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