Skip to content
Snippets Groups Projects
Commit c31f46ff authored by Mohammad Alayoub's avatar Mohammad Alayoub
Browse files

added translation for input label

parent 43dc98f2
No related merge requests found
......@@ -22,7 +22,7 @@
</mat-expansion-panel-header>
<mat-form-field>
<mat-label>Enter word</mat-label>
<mat-label>{{'topic-cloud-dialog.enter-word' | translate}}</mat-label>
<input [(ngModel)]="newBadWord" matInput>
</mat-form-field>
......
......@@ -239,7 +239,8 @@
"sort-vote": "Votes",
"keyword-search": "Stichwort suchen",
"add-profanity-word": "Wort zur Zensurliste hinzufügen",
"send": "Abschicken"
"send": "Abschicken",
"enter-word": "Wort eingeben"
},
"topic-cloud-confirm-dialog": {
"cancel": "Abbrechen",
......
......@@ -245,7 +245,8 @@
"sort-vote": "Votes",
"keyword-search": "Search keyword",
"add-profanity-word": "Add word to profanity list",
"send": "Send"
"send": "Send",
"enter-word": "Enter word"
},
"topic-cloud-confirm-dialog":{
"cancel": "Cancel",
......
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