aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comments.component.html
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-02-21 16:50:12 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-02-21 16:51:34 +0100
commit14571f1995e3a1868a3280b7aad5005cff051c7d (patch)
tree00ddaece6a74c864c71686b57cc24306c66e4539 /client/src/app/videos/+video-watch/comment/video-comments.component.html
parent4c1def5fd8e9f483238eb38e221f555e2e6bbf07 (diff)
downloadPeerTube-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/+video-watch/comment/video-comments.component.html')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comments.component.html2
1 files changed, 1 insertions, 1 deletions
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>