diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-02-21 16:50:12 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-02-21 16:51:34 +0100 |
commit | 14571f1995e3a1868a3280b7aad5005cff051c7d (patch) | |
tree | 00ddaece6a74c864c71686b57cc24306c66e4539 /client/src/app/videos/recommendations | |
parent | 4c1def5fd8e9f483238eb38e221f555e2e6bbf07 (diff) | |
download | PeerTube-14571f1995e3a1868a3280b7aad5005cff051c7d.tar.gz PeerTube-14571f1995e3a1868a3280b7aad5005cff051c7d.tar.zst PeerTube-14571f1995e3a1868a3280b7aad5005cff051c7d.zip |
Replace uppercase text-transform by capitalized text source
fixes #2085
Diffstat (limited to 'client/src/app/videos/recommendations')
-rw-r--r-- | client/src/app/videos/recommendations/recommended-videos.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/recommendations/recommended-videos.component.html b/client/src/app/videos/recommendations/recommended-videos.component.html index 476eca071..4548c7d80 100644 --- a/client/src/app/videos/recommendations/recommended-videos.component.html +++ b/client/src/app/videos/recommendations/recommended-videos.component.html | |||
@@ -7,7 +7,7 @@ | |||
7 | <div *ngIf="!playlist" class="title-page-autoplay" | 7 | <div *ngIf="!playlist" class="title-page-autoplay" |
8 | [ngbTooltip]="autoPlayNextVideoTooltip" placement="bottom-right auto" | 8 | [ngbTooltip]="autoPlayNextVideoTooltip" placement="bottom-right auto" |
9 | > | 9 | > |
10 | <span i18n>Autoplay</span> | 10 | <span i18n>AUTOPLAY</span> |
11 | <p-inputSwitch [(ngModel)]="autoPlayNextVideo" (ngModelChange)="switchAutoPlayNextVideo()"></p-inputSwitch> | 11 | <p-inputSwitch [(ngModel)]="autoPlayNextVideo" (ngModelChange)="switchAutoPlayNextVideo()"></p-inputSwitch> |
12 | </div> | 12 | </div> |
13 | </div> | 13 | </div> |