Don't show unsubmitted segments in description box

This commit is contained in:
Ajay
2022-09-18 16:02:52 -04:00
parent 614d6a722a
commit 4970d33169
3 changed files with 7 additions and 5 deletions

View File

@@ -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";