aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/forms
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-06-05 16:31:52 +0200
committerChocobozzz <me@florianbigard.com>2018-06-05 16:31:52 +0200
commit0975cd5cf260bd06c797ac7582675ac624a47ebc (patch)
tree7b02b1694f695d4ff71db52592c3ccd1e6998897 /client/src/app/shared/forms
parent7a9fd8b54dd278cbb341daf96baca769bfe92ce9 (diff)
downloadPeerTube-0975cd5cf260bd06c797ac7582675ac624a47ebc.tar.gz
PeerTube-0975cd5cf260bd06c797ac7582675ac624a47ebc.tar.zst
PeerTube-0975cd5cf260bd06c797ac7582675ac624a47ebc.zip
Translate tab heads
Diffstat (limited to 'client/src/app/shared/forms')
-rw-r--r--client/src/app/shared/forms/markdown-textarea.component.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/shared/forms/markdown-textarea.component.html b/client/src/app/shared/forms/markdown-textarea.component.html
index 6effda5b8..802562dd7 100644
--- a/client/src/app/shared/forms/markdown-textarea.component.html
+++ b/client/src/app/shared/forms/markdown-textarea.component.html
@@ -1,8 +1,8 @@
1<div class="root" [ngStyle]="{ 'flex-direction': flexDirection }"> 1<div class="root" [ngStyle]="{ 'flex-direction': flexDirection }">
2 <textarea 2 <textarea
3 [(ngModel)]="content" (ngModelChange)="onModelChange()" 3 [(ngModel)]="content" (ngModelChange)="onModelChange()"
4 [ngClass]="classes" [ngStyle]="{ width: textareaWidth, height: textareaHeight, 'margin-right': textareaMarginRight }" 4 [ngClass]="classes" [ngStyle]="{ width: textareaWidth, height: textareaHeight, 'margin-right': textareaMarginRight }"
5 id="description" name="description"> 5 id="description" name="description">
6 </textarea> 6 </textarea>
7 7
8 <tabset *ngIf="arePreviewsDisplayed()" class="previews"> 8 <tabset *ngIf="arePreviewsDisplayed()" class="previews">