File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/renderer/views/History Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ export default defineComponent({
54
54
computed : {
55
55
sortByNames : function ( ) {
56
56
return [
57
- this . $t ( 'Global .DateNewestHistory' ) ,
58
- this . $t ( 'Global .DateOldestHistory' ) ,
57
+ this . $t ( 'History .DateNewestHistory' ) ,
58
+ this . $t ( 'History .DateOldestHistory' ) ,
59
59
]
60
60
} ,
61
61
Original file line number Diff line number Diff line change @@ -49,8 +49,6 @@ Global:
49
49
Live : Live
50
50
Community : Community
51
51
Sort By : Sort By
52
- DateOldestHistory : Earliest Watched First
53
- DateNewestHistory : Latest Watched First
54
52
Counts :
55
53
Video Count : 1 video | {count} videos
56
54
Channel Count : 1 channel | {count} channels
@@ -269,6 +267,8 @@ History:
269
267
Empty Search Message : There are no videos in your history that match your search
270
268
Search bar placeholder : " Search in History"
271
269
Case Sensitive Search : Case Sensitive Search
270
+ DateOldestHistory : Earliest Watched First
271
+ DateNewestHistory : Latest Watched First
272
272
Settings :
273
273
# On Settings Page
274
274
Settings : Settings
You can’t perform that action at this time.
0 commit comments