mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 14:07:13 +03:00
Don't show unsubmitted segments in description box
This commit is contained in:
@@ -50,4 +50,6 @@ export function getCategorySuffix(category: Category): string {
|
||||
|
||||
export function shortCategoryName(categoryName: string): string {
|
||||
return chrome.i18n.getMessage("category_" + categoryName + "_short") || chrome.i18n.getMessage("category_" + categoryName);
|
||||
}
|
||||
}
|
||||
|
||||
export const DEFAULT_CATEGORY = "chooseACategory";
|
||||
Reference in New Issue
Block a user