Skip to content

Commit f09b709

Browse files
committed
chore: fix typos
1 parent a89e955 commit f09b709

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Ui/SearchResult.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class SearchResult(QtWidgets.QWidget):
1717
("highlights", "HIGHLIGHT"),
1818
("clips", None),
1919
("uploads", "UPLOAD"),
20-
("past-premiers", "PAST_PREMIERE"),
20+
("past-premieres", "PAST_PREMIERE"),
2121
("all-videos", None)
2222
]
2323

resources/translations/KeywordTranslations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
"en": "Uploads",
400400
"ko": "업로드"
401401
},
402-
"past-premiers": {
402+
"past-premieres": {
403403
"en": "Past Premieres",
404404
"ko": "지난 최초 공개"
405405
},

0 commit comments

Comments
 (0)