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 | |
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')
12 files changed, 43 insertions, 43 deletions
diff --git a/client/src/app/+about/about-instance/about-instance.component.html b/client/src/app/+about/about-instance/about-instance.component.html index fc5736aba..b712d0044 100644 --- a/client/src/app/+about/about-instance/about-instance.component.html +++ b/client/src/app/+about/about-instance/about-instance.component.html | |||
@@ -20,7 +20,7 @@ | |||
20 | </div> | 20 | </div> |
21 | 21 | ||
22 | <div i18n class="middle-title" *ngIf="html.administrator || maintenanceLifetime || businessModel"> | 22 | <div i18n class="middle-title" *ngIf="html.administrator || maintenanceLifetime || businessModel"> |
23 | Administrators & sustainability | 23 | ADMINISTRATORS & SUSTAINABILITY |
24 | </div> | 24 | </div> |
25 | 25 | ||
26 | <div class="block administrator" *ngIf="html.administrator"> | 26 | <div class="block administrator" *ngIf="html.administrator"> |
@@ -48,7 +48,7 @@ | |||
48 | </div> | 48 | </div> |
49 | 49 | ||
50 | <div i18n class="middle-title" *ngIf="html.description"> | 50 | <div i18n class="middle-title" *ngIf="html.description"> |
51 | Information | 51 | INFORMATION |
52 | </div> | 52 | </div> |
53 | 53 | ||
54 | <div class="block description"> | 54 | <div class="block description"> |
@@ -58,7 +58,7 @@ | |||
58 | </div> | 58 | </div> |
59 | 59 | ||
60 | <div i18n class="middle-title" *ngIf="html.moderationInformation || html.codeOfConduct || html.terms"> | 60 | <div i18n class="middle-title" *ngIf="html.moderationInformation || html.codeOfConduct || html.terms"> |
61 | Moderation | 61 | MODERATION |
62 | </div> | 62 | </div> |
63 | 63 | ||
64 | <div class="block moderation-information" *ngIf="html.moderationInformation"> | 64 | <div class="block moderation-information" *ngIf="html.moderationInformation"> |
@@ -80,7 +80,7 @@ | |||
80 | </div> | 80 | </div> |
81 | 81 | ||
82 | <div i18n class="middle-title" *ngIf="html.hardwareInformation"> | 82 | <div i18n class="middle-title" *ngIf="html.hardwareInformation"> |
83 | Other information | 83 | OTHER INFORMATION |
84 | </div> | 84 | </div> |
85 | 85 | ||
86 | <div class="block hardware-information" *ngIf="html.hardwareInformation"> | 86 | <div class="block hardware-information" *ngIf="html.hardwareInformation"> |
@@ -97,7 +97,7 @@ | |||
97 | 97 | ||
98 | <div class="col"> | 98 | <div class="col"> |
99 | <div i18n class="middle-title"> | 99 | <div i18n class="middle-title"> |
100 | Statistics | 100 | STATISTICS |
101 | </div> | 101 | </div> |
102 | <my-instance-statistics></my-instance-statistics> | 102 | <my-instance-statistics></my-instance-statistics> |
103 | </div> | 103 | </div> |
diff --git a/client/src/app/+accounts/account-about/account-about.component.html b/client/src/app/+accounts/account-about/account-about.component.html index f857e5a52..3ae11b49c 100644 --- a/client/src/app/+accounts/account-about/account-about.component.html +++ b/client/src/app/+accounts/account-about/account-about.component.html | |||
@@ -1,11 +1,11 @@ | |||
1 | <div *ngIf="account" class="row"> | 1 | <div *ngIf="account" class="row"> |
2 | <div class="block col-md-6 col-sm-12"> | 2 | <div class="block col-md-6 col-sm-12"> |
3 | <div i18n class="small-title">Description</div> | 3 | <div i18n class="small-title">DESCRIPTION</div> |
4 | <div class="content" [innerHtml]="getAccountDescription()"></div> | 4 | <div class="content" [innerHtml]="getAccountDescription()"></div> |
5 | </div> | 5 | </div> |
6 | 6 | ||
7 | <div class="block col-md-6 col-sm-12"> | 7 | <div class="block col-md-6 col-sm-12"> |
8 | <div i18n class="small-title">Stats</div> | 8 | <div i18n class="small-title">STATS</div> |
9 | 9 | ||
10 | <div i18n class="content">Joined {{ account.createdAt | date }}</div> | 10 | <div i18n class="content">Joined {{ account.createdAt | date }}</div> |
11 | </div> | 11 | </div> |
diff --git a/client/src/app/+accounts/account-video-channels/account-video-channels.component.html b/client/src/app/+accounts/account-video-channels/account-video-channels.component.html index 781156840..8f1ff21a5 100644 --- a/client/src/app/+accounts/account-video-channels/account-video-channels.component.html +++ b/client/src/app/+accounts/account-video-channels/account-video-channels.component.html | |||
@@ -25,7 +25,7 @@ | |||
25 | </div> | 25 | </div> |
26 | 26 | ||
27 | <a *ngIf="getVideosOf(videoChannel).length !== 0" class="show-more" i18n [routerLink]="getVideoChannelLink(videoChannel)"> | 27 | <a *ngIf="getVideosOf(videoChannel).length !== 0" class="show-more" i18n [routerLink]="getVideoChannelLink(videoChannel)"> |
28 | Show this channel | 28 | SHOW THIS CHANNEL |
29 | </a> | 29 | </a> |
30 | </div> | 30 | </div> |
31 | </div> | 31 | </div> |
diff --git a/client/src/app/+accounts/accounts.component.ts b/client/src/app/+accounts/accounts.component.ts index 4fea0e4ed..061eb953a 100644 --- a/client/src/app/+accounts/accounts.component.ts +++ b/client/src/app/+accounts/accounts.component.ts | |||
@@ -74,9 +74,9 @@ export class AccountsComponent implements OnInit, OnDestroy { | |||
74 | ) | 74 | ) |
75 | 75 | ||
76 | this.links = [ | 76 | this.links = [ |
77 | { label: this.i18n('Video channels'), routerLink: 'video-channels' }, | 77 | { label: this.i18n('VIDEO CHANNELS'), routerLink: 'video-channels' }, |
78 | { label: this.i18n('Videos'), routerLink: 'videos' }, | 78 | { label: this.i18n('VIDEOS'), routerLink: 'videos' }, |
79 | { label: this.i18n('About'), routerLink: 'about' } | 79 | { label: this.i18n('ABOUT'), routerLink: 'about' } |
80 | ] | 80 | ] |
81 | } | 81 | } |
82 | 82 | ||
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html index b09614061..2cf0e5fd9 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html | |||
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | <ng-container formGroupName="instance"> | 8 | <ng-container formGroupName="instance"> |
9 | 9 | ||
10 | <div i18n class="inner-form-title">Instance</div> | 10 | <div i18n class="inner-form-title">INSTANCE</div> |
11 | 11 | ||
12 | <div class="form-group"> | 12 | <div class="form-group"> |
13 | <label i18n for="instanceName">Name</label> | 13 | <label i18n for="instanceName">Name</label> |
@@ -60,7 +60,7 @@ | |||
60 | </div> | 60 | </div> |
61 | </div> | 61 | </div> |
62 | 62 | ||
63 | <div i18n class="inner-form-title">Moderation & NSFW</div> | 63 | <div i18n class="inner-form-title">MODERATION & NSFW</div> |
64 | 64 | ||
65 | <div class="form-group"> | 65 | <div class="form-group"> |
66 | <my-peertube-checkbox inputName="instanceIsNSFW" formControlName="isNSFW"> | 66 | <my-peertube-checkbox inputName="instanceIsNSFW" formControlName="isNSFW"> |
@@ -127,7 +127,7 @@ | |||
127 | <div *ngIf="formErrors.instance.moderationInformation" class="form-error">{{ formErrors.instance.moderationInformation }}</div> | 127 | <div *ngIf="formErrors.instance.moderationInformation" class="form-error">{{ formErrors.instance.moderationInformation }}</div> |
128 | </div> | 128 | </div> |
129 | 129 | ||
130 | <div i18n class="inner-form-title">You and your instance</div> | 130 | <div i18n class="inner-form-title">YOU AND YOUR INSTANCE</div> |
131 | 131 | ||
132 | <div class="form-group"> | 132 | <div class="form-group"> |
133 | <label i18n for="instanceAdministrator">Who is behind the instance?</label> | 133 | <label i18n for="instanceAdministrator">Who is behind the instance?</label> |
@@ -174,7 +174,7 @@ | |||
174 | <div *ngIf="formErrors.instance.businessModel" class="form-error">{{ formErrors.instance.businessModel }}</div> | 174 | <div *ngIf="formErrors.instance.businessModel" class="form-error">{{ formErrors.instance.businessModel }}</div> |
175 | </div> | 175 | </div> |
176 | 176 | ||
177 | <div i18n class="inner-form-title">Other information</div> | 177 | <div i18n class="inner-form-title">OTHER INFORMATION</div> |
178 | 178 | ||
179 | <div class="form-group"> | 179 | <div class="form-group"> |
180 | <label i18n for="instanceHardwareInformation">What server/hardware does the instance run on?</label> | 180 | <label i18n for="instanceHardwareInformation">What server/hardware does the instance run on?</label> |
@@ -195,7 +195,7 @@ | |||
195 | <ngb-tab i18n-title title="Basic configuration"> | 195 | <ngb-tab i18n-title title="Basic configuration"> |
196 | <ng-template ngbTabContent> | 196 | <ng-template ngbTabContent> |
197 | 197 | ||
198 | <div i18n class="inner-form-title">Theme & Default route</div> | 198 | <div i18n class="inner-form-title">THEME AND DEFAULT ROUTE</div> |
199 | 199 | ||
200 | <ng-container formGroupName="theme"> | 200 | <ng-container formGroupName="theme"> |
201 | <div class="form-group"> | 201 | <div class="form-group"> |
@@ -226,7 +226,7 @@ | |||
226 | <div *ngIf="formErrors.instance.defaultClientRoute" class="form-error">{{ formErrors.instance.defaultClientRoute }}</div> | 226 | <div *ngIf="formErrors.instance.defaultClientRoute" class="form-error">{{ formErrors.instance.defaultClientRoute }}</div> |
227 | </div> | 227 | </div> |
228 | 228 | ||
229 | <div i18n class="inner-form-title">Signup</div> | 229 | <div i18n class="inner-form-title">SIGNUP</div> |
230 | 230 | ||
231 | <ng-container formGroupName="signup"> | 231 | <ng-container formGroupName="signup"> |
232 | <div class="form-group"> | 232 | <div class="form-group"> |
@@ -258,7 +258,7 @@ | |||
258 | </ng-container> | 258 | </ng-container> |
259 | 259 | ||
260 | 260 | ||
261 | <div i18n class="inner-form-title">Users</div> | 261 | <div i18n class="inner-form-title">USERS</div> |
262 | 262 | ||
263 | <ng-container formGroupName="user"> | 263 | <ng-container formGroupName="user"> |
264 | <div class="form-group"> | 264 | <div class="form-group"> |
@@ -287,7 +287,7 @@ | |||
287 | </ng-container> | 287 | </ng-container> |
288 | 288 | ||
289 | 289 | ||
290 | <div i18n class="inner-form-title">Import</div> | 290 | <div i18n class="inner-form-title">IMPORT</div> |
291 | 291 | ||
292 | <ng-container formGroupName="import"> | 292 | <ng-container formGroupName="import"> |
293 | <ng-container formGroupName="videos"> | 293 | <ng-container formGroupName="videos"> |
@@ -310,7 +310,7 @@ | |||
310 | </ng-container> | 310 | </ng-container> |
311 | 311 | ||
312 | 312 | ||
313 | <div i18n class="inner-form-title">Auto-blacklist</div> | 313 | <div i18n class="inner-form-title">AUTO-BLACKLIST</div> |
314 | 314 | ||
315 | <ng-container formGroupName="autoBlacklist"> | 315 | <ng-container formGroupName="autoBlacklist"> |
316 | <ng-container formGroupName="videos"> | 316 | <ng-container formGroupName="videos"> |
@@ -332,7 +332,7 @@ | |||
332 | </ng-container> | 332 | </ng-container> |
333 | 333 | ||
334 | 334 | ||
335 | <div i18n class="inner-form-title">Instance followers</div> | 335 | <div i18n class="inner-form-title">INSTANCE FOLLOWERS</div> |
336 | 336 | ||
337 | <ng-container formGroupName="followers"> | 337 | <ng-container formGroupName="followers"> |
338 | <ng-container formGroupName="instance"> | 338 | <ng-container formGroupName="instance"> |
@@ -353,7 +353,7 @@ | |||
353 | </ng-container> | 353 | </ng-container> |
354 | </ng-container> | 354 | </ng-container> |
355 | 355 | ||
356 | <div i18n class="inner-form-title">Instance followings</div> | 356 | <div i18n class="inner-form-title">INSTANCE FOLLOWINGS</div> |
357 | 357 | ||
358 | <ng-container formGroupName="followings"> | 358 | <ng-container formGroupName="followings"> |
359 | <ng-container formGroupName="instance"> | 359 | <ng-container formGroupName="instance"> |
@@ -399,7 +399,7 @@ | |||
399 | </ng-container> | 399 | </ng-container> |
400 | 400 | ||
401 | 401 | ||
402 | <div i18n class="inner-form-title">Administrator</div> | 402 | <div i18n class="inner-form-title">ADMINISTRATORS</div> |
403 | 403 | ||
404 | <div class="form-group" formGroupName="admin"> | 404 | <div class="form-group" formGroupName="admin"> |
405 | <label i18n for="adminEmail">Admin email</label> | 405 | <label i18n for="adminEmail">Admin email</label> |
@@ -422,7 +422,7 @@ | |||
422 | 422 | ||
423 | <ngb-tab i18n-title title="Services"> | 423 | <ngb-tab i18n-title title="Services"> |
424 | <ng-template ngbTabContent> | 424 | <ng-template ngbTabContent> |
425 | <div i18n class="inner-form-title">Twitter</div> | 425 | <div i18n class="inner-form-title">TWITTER</div> |
426 | 426 | ||
427 | <ng-container formGroupName="services"> | 427 | <ng-container formGroupName="services"> |
428 | <ng-container formGroupName="twitter"> | 428 | <ng-container formGroupName="twitter"> |
@@ -470,7 +470,7 @@ | |||
470 | <ngb-tab i18n-title title="Advanced configuration"> | 470 | <ngb-tab i18n-title title="Advanced configuration"> |
471 | <ng-template ngbTabContent> | 471 | <ng-template ngbTabContent> |
472 | 472 | ||
473 | <div i18n class="inner-form-title">Transcoding</div> | 473 | <div i18n class="inner-form-title">TRANSCODING</div> |
474 | 474 | ||
475 | <ng-container formGroupName="transcoding"> | 475 | <ng-container formGroupName="transcoding"> |
476 | <div class="form-group"> | 476 | <div class="form-group"> |
@@ -583,7 +583,7 @@ | |||
583 | </ng-container> | 583 | </ng-container> |
584 | 584 | ||
585 | <div class="inner-form-title"> | 585 | <div class="inner-form-title"> |
586 | <ng-container i18n>Cache</ng-container> | 586 | <ng-container i18n>CACHE</ng-container> |
587 | 587 | ||
588 | <my-help> | 588 | <my-help> |
589 | <ng-template ptTemplate="customHtml"> | 589 | <ng-template ptTemplate="customHtml"> |
@@ -612,7 +612,7 @@ | |||
612 | </div> | 612 | </div> |
613 | </ng-container> | 613 | </ng-container> |
614 | 614 | ||
615 | <div i18n class="inner-form-title">Customizations</div> | 615 | <div i18n class="inner-form-title">CUSTOMIZATIONS</div> |
616 | 616 | ||
617 | <ng-container formGroupName="instance"> | 617 | <ng-container formGroupName="instance"> |
618 | <ng-container formGroupName="customizations"> | 618 | <ng-container formGroupName="customizations"> |
diff --git a/client/src/app/+video-channels/video-channel-about/video-channel-about.component.html b/client/src/app/+video-channels/video-channel-about/video-channel-about.component.html index 9655668d7..c02213ebb 100644 --- a/client/src/app/+video-channels/video-channel-about/video-channel-about.component.html +++ b/client/src/app/+video-channels/video-channel-about/video-channel-about.component.html | |||
@@ -1,19 +1,19 @@ | |||
1 | <div *ngIf="videoChannel" class="row"> | 1 | <div *ngIf="videoChannel" class="row"> |
2 | <div class="description col-md-6 col-sm-12"> | 2 | <div class="description col-md-6 col-sm-12"> |
3 | <div class="block"> | 3 | <div class="block"> |
4 | <div i18n class="small-title">Description</div> | 4 | <div i18n class="small-title">DESCRIPTION</div> |
5 | <div class="content" [innerHtml]="getVideoChannelDescription()"></div> | 5 | <div class="content" [innerHtml]="getVideoChannelDescription()"></div> |
6 | </div> | 6 | </div> |
7 | 7 | ||
8 | <div class="block" *ngIf="supportHTML"> | 8 | <div class="block" *ngIf="supportHTML"> |
9 | <div i18n class="small-title">Support this channel</div> | 9 | <div i18n class="small-title">SUPPORT THIS CHANNEL</div> |
10 | <div class="content" [innerHtml]="supportHTML"></div> | 10 | <div class="content" [innerHtml]="supportHTML"></div> |
11 | </div> | 11 | </div> |
12 | </div> | 12 | </div> |
13 | 13 | ||
14 | <div class="stats col-md-6 col-sm-12"> | 14 | <div class="stats col-md-6 col-sm-12"> |
15 | <div class="block"> | 15 | <div class="block"> |
16 | <div i18n class="small-title">Stats</div> | 16 | <div i18n class="small-title">STATS</div> |
17 | <div i18n class="content">Created {{ videoChannel.createdAt | date }}</div> | 17 | <div i18n class="content">Created {{ videoChannel.createdAt | date }}</div> |
18 | </div> | 18 | </div> |
19 | </div> | 19 | </div> |
diff --git a/client/src/app/+video-channels/video-channels.component.ts b/client/src/app/+video-channels/video-channels.component.ts index 0889ca854..00b9938d9 100644 --- a/client/src/app/+video-channels/video-channels.component.ts +++ b/client/src/app/+video-channels/video-channels.component.ts | |||
@@ -66,9 +66,9 @@ export class VideoChannelsComponent implements OnInit, OnDestroy { | |||
66 | if (this.isUserLoggedIn()) this.hotkeysService.add(this.hotkeys) | 66 | if (this.isUserLoggedIn()) this.hotkeysService.add(this.hotkeys) |
67 | 67 | ||
68 | this.links = [ | 68 | this.links = [ |
69 | { label: this.i18n('Videos'), routerLink: 'videos' }, | 69 | { label: this.i18n('VIDEOS'), routerLink: 'videos' }, |
70 | { label: this.i18n('Video playlists'), routerLink: 'video-playlists' }, | 70 | { label: this.i18n('VIDEO PLAYLISTS'), routerLink: 'video-playlists' }, |
71 | { label: this.i18n('About'), routerLink: 'about' } | 71 | { label: this.i18n('ABOUT'), routerLink: 'about' } |
72 | ] | 72 | ] |
73 | } | 73 | } |
74 | 74 | ||
diff --git a/client/src/app/header/search-typeahead.component.html b/client/src/app/header/search-typeahead.component.html index e36809060..949defed6 100644 --- a/client/src/app/header/search-typeahead.component.html +++ b/client/src/app/header/search-typeahead.component.html | |||
@@ -13,7 +13,7 @@ | |||
13 | <div *ngIf="showHelp" id="typeahead-help" class="overflow-hidden"> | 13 | <div *ngIf="showHelp" id="typeahead-help" class="overflow-hidden"> |
14 | <ng-container *ngIf="activeResult.type === 'search-global'"> | 14 | <ng-container *ngIf="activeResult.type === 'search-global'"> |
15 | <div class="d-flex justify-content-between"> | 15 | <div class="d-flex justify-content-between"> |
16 | <label class="small-title" i18n>Global search</label> | 16 | <label class="small-title" i18n>GLOBAL SEARCH</label> |
17 | <div class="advanced-search-status text-muted"> | 17 | <div class="advanced-search-status text-muted"> |
18 | <span *ngIf="serverConfig" class="mr-1" i18n>using {{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}</span> | 18 | <span *ngIf="serverConfig" class="mr-1" i18n>using {{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}</span> |
19 | <i class="glyphicon glyphicon-globe"></i> | 19 | <i class="glyphicon glyphicon-globe"></i> |
@@ -26,7 +26,7 @@ | |||
26 | <!-- search instructions, when search input is empty --> | 26 | <!-- search instructions, when search input is empty --> |
27 | <div *ngIf="areInstructionsDisplayed" id="typeahead-instructions" class="overflow-hidden"> | 27 | <div *ngIf="areInstructionsDisplayed" id="typeahead-instructions" class="overflow-hidden"> |
28 | <div class="d-flex justify-content-between"> | 28 | <div class="d-flex justify-content-between"> |
29 | <label class="small-title" i18n>Advanced search</label> | 29 | <label class="small-title" i18n>ADVANCED SEARCH</label> |
30 | <div class="advanced-search-status c-help"> | 30 | <div class="advanced-search-status c-help"> |
31 | <span [ngClass]="canSearchAnyURI ? 'text-success' : 'text-muted'" i18n-title title="Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows."> | 31 | <span [ngClass]="canSearchAnyURI ? 'text-success' : 'text-muted'" i18n-title title="Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows."> |
32 | <span *ngIf="canSearchAnyURI" class="mr-1" i18n>any instance</span> | 32 | <span *ngIf="canSearchAnyURI" class="mr-1" i18n>any instance</span> |
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html index 91422df77..790a8af00 100644 --- a/client/src/app/menu/menu.component.html +++ b/client/src/app/menu/menu.component.html | |||
@@ -48,7 +48,7 @@ | |||
48 | </div> | 48 | </div> |
49 | 49 | ||
50 | <div *ngIf="isLoggedIn" class="panel-block"> | 50 | <div *ngIf="isLoggedIn" class="panel-block"> |
51 | <div i18n class="block-title">My library</div> | 51 | <div i18n class="block-title">MY LIBRARY</div> |
52 | 52 | ||
53 | <a routerLink="/my-account/videos" routerLinkActive="active"> | 53 | <a routerLink="/my-account/videos" routerLinkActive="active"> |
54 | <my-global-icon iconName="videos"></my-global-icon> | 54 | <my-global-icon iconName="videos"></my-global-icon> |
@@ -73,7 +73,7 @@ | |||
73 | </div> | 73 | </div> |
74 | 74 | ||
75 | <div class="panel-block"> | 75 | <div class="panel-block"> |
76 | <div i18n class="block-title">Videos</div> | 76 | <div i18n class="block-title">VIDEOS</div> |
77 | 77 | ||
78 | <a routerLink="/videos/overview" routerLinkActive="active"> | 78 | <a routerLink="/videos/overview" routerLinkActive="active"> |
79 | <my-global-icon iconName="globe"></my-global-icon> | 79 | <my-global-icon iconName="globe"></my-global-icon> |
@@ -102,7 +102,7 @@ | |||
102 | </div> | 102 | </div> |
103 | 103 | ||
104 | <div class="panel-block"> | 104 | <div class="panel-block"> |
105 | <div class="block-title" i18n>More</div> | 105 | <div class="block-title" i18n>MORE</div> |
106 | 106 | ||
107 | <a *ngIf="userHasAdminAccess" [routerLink]="getFirstAdminRouteAvailable()" routerLinkActive="active"> | 107 | <a *ngIf="userHasAdminAccess" [routerLink]="getFirstAdminRouteAvailable()" routerLinkActive="active"> |
108 | <my-global-icon iconName="administration"></my-global-icon> | 108 | <my-global-icon iconName="administration"></my-global-icon> |
diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.html b/client/src/app/videos/+video-watch/comment/video-comments.component.html index 2bf52ab86..2ab2d4689 100644 --- a/client/src/app/videos/+video-watch/comment/video-comments.component.html +++ b/client/src/app/videos/+video-watch/comment/video-comments.component.html | |||
@@ -13,7 +13,7 @@ | |||
13 | 13 | ||
14 | <div ngbDropdown class="d-inline-block ml-4"> | 14 | <div ngbDropdown class="d-inline-block ml-4"> |
15 | <button class="btn btn-sm btn-outline-secondary" id="dropdownSortComments" ngbDropdownToggle i18n> | 15 | <button class="btn btn-sm btn-outline-secondary" id="dropdownSortComments" ngbDropdownToggle i18n> |
16 | Sort by | 16 | SORT BY |
17 | </button> | 17 | </button> |
18 | <div ngbDropdownMenu aria-labelledby="dropdownSortComments"> | 18 | <div ngbDropdownMenu aria-labelledby="dropdownSortComments"> |
19 | <button (click)="handleSortChange('-createdAt')" ngbDropdownItem i18n>Most recent first (default)</button> | 19 | <button (click)="handleSortChange('-createdAt')" ngbDropdownItem i18n>Most recent first (default)</button> |
diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html index a382777f5..cfa0432ad 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html | |||
@@ -84,12 +84,12 @@ | |||
84 | placement="bottom auto" | 84 | placement="bottom auto" |
85 | > | 85 | > |
86 | <my-global-icon iconName="support"></my-global-icon> | 86 | <my-global-icon iconName="support"></my-global-icon> |
87 | <span class="icon-text" i18n>Support</span> | 87 | <span class="icon-text" i18n>SUPPORT</span> |
88 | </div> | 88 | </div> |
89 | 89 | ||
90 | <div (click)="showShareModal()" class="action-button" role="button"> | 90 | <div (click)="showShareModal()" class="action-button" role="button"> |
91 | <my-global-icon iconName="share"></my-global-icon> | 91 | <my-global-icon iconName="share"></my-global-icon> |
92 | <span class="icon-text" i18n>Share</span> | 92 | <span class="icon-text" i18n>SHARE</span> |
93 | </div> | 93 | </div> |
94 | 94 | ||
95 | <div | 95 | <div |
@@ -100,7 +100,7 @@ | |||
100 | > | 100 | > |
101 | <div class="action-button action-button-save" ngbDropdownToggle role="button"> | 101 | <div class="action-button action-button-save" ngbDropdownToggle role="button"> |
102 | <my-global-icon iconName="playlist-add"></my-global-icon> | 102 | <my-global-icon iconName="playlist-add"></my-global-icon> |
103 | <span class="icon-text" i18n>Save</span> | 103 | <span class="icon-text" i18n>SAVE</span> |
104 | </div> | 104 | </div> |
105 | 105 | ||
106 | <div ngbDropdownMenu> | 106 | <div ngbDropdownMenu> |
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> |