From 14571f1995e3a1868a3280b7aad5005cff051c7d Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 21 Feb 2020 16:50:12 +0100 Subject: [PATCH 1/1] Replace uppercase text-transform by capitalized text source fixes #2085 --- .../about-instance.component.html | 10 +++--- .../account-about.component.html | 4 +-- .../account-video-channels.component.html | 2 +- .../src/app/+accounts/accounts.component.ts | 6 ++-- .../edit-custom-config.component.html | 32 +++++++++---------- .../video-channel-about.component.html | 6 ++-- .../video-channels.component.ts | 6 ++-- .../header/search-typeahead.component.html | 4 +-- client/src/app/menu/menu.component.html | 6 ++-- .../comment/video-comments.component.html | 2 +- .../+video-watch/video-watch.component.html | 6 ++-- .../recommended-videos.component.html | 2 +- 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 @@
- Administrators & sustainability + ADMINISTRATORS & SUSTAINABILITY
@@ -48,7 +48,7 @@
- Information + INFORMATION
@@ -58,7 +58,7 @@
- Moderation + MODERATION
@@ -80,7 +80,7 @@
- Other information + OTHER INFORMATION
@@ -97,7 +97,7 @@
- Statistics + STATISTICS
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 @@
-
Description
+
DESCRIPTION
-
Stats
+
STATS
Joined {{ account.createdAt | date }}
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 @@
- Show this channel + SHOW THIS CHANNEL
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 { ) this.links = [ - { label: this.i18n('Video channels'), routerLink: 'video-channels' }, - { label: this.i18n('Videos'), routerLink: 'videos' }, - { label: this.i18n('About'), routerLink: 'about' } + { label: this.i18n('VIDEO CHANNELS'), routerLink: 'video-channels' }, + { label: this.i18n('VIDEOS'), routerLink: 'videos' }, + { label: this.i18n('ABOUT'), routerLink: 'about' } ] } 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 @@ -
Instance
+
INSTANCE
@@ -60,7 +60,7 @@
-
Moderation & NSFW
+
MODERATION & NSFW
@@ -127,7 +127,7 @@
{{ formErrors.instance.moderationInformation }}
-
You and your instance
+
YOU AND YOUR INSTANCE
@@ -174,7 +174,7 @@
{{ formErrors.instance.businessModel }}
-
Other information
+
OTHER INFORMATION
@@ -195,7 +195,7 @@ -
Theme & Default route
+
THEME AND DEFAULT ROUTE
@@ -226,7 +226,7 @@
{{ formErrors.instance.defaultClientRoute }}
-
Signup
+
SIGNUP
@@ -258,7 +258,7 @@ -
Users
+
USERS
@@ -287,7 +287,7 @@ -
Import
+
IMPORT
@@ -310,7 +310,7 @@ -
Auto-blacklist
+
AUTO-BLACKLIST
@@ -332,7 +332,7 @@ -
Instance followers
+
INSTANCE FOLLOWERS
@@ -353,7 +353,7 @@ -
Instance followings
+
INSTANCE FOLLOWINGS
@@ -399,7 +399,7 @@ -
Administrator
+
ADMINISTRATORS
@@ -422,7 +422,7 @@ -
Twitter
+
TWITTER
@@ -470,7 +470,7 @@ -
Transcoding
+
TRANSCODING
@@ -583,7 +583,7 @@
- Cache + CACHE @@ -612,7 +612,7 @@
-
Customizations
+
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 @@
-
Description
+
DESCRIPTION
-
Support this channel
+
SUPPORT THIS CHANNEL
-
Stats
+
STATS
Created {{ videoChannel.createdAt | date }}
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 { if (this.isUserLoggedIn()) this.hotkeysService.add(this.hotkeys) this.links = [ - { label: this.i18n('Videos'), routerLink: 'videos' }, - { label: this.i18n('Video playlists'), routerLink: 'video-playlists' }, - { label: this.i18n('About'), routerLink: 'about' } + { label: this.i18n('VIDEOS'), routerLink: 'videos' }, + { label: this.i18n('VIDEO PLAYLISTS'), routerLink: 'video-playlists' }, + { label: this.i18n('ABOUT'), routerLink: 'about' } ] } 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 @@
- +
using {{ serverConfig.followings.instance.autoFollowIndex.indexUrl }} @@ -26,7 +26,7 @@
- +
any instance 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 @@
-
My library
+
MY LIBRARY
@@ -73,7 +73,7 @@