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/header | |
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/header')
-rw-r--r-- | client/src/app/header/search-typeahead.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |