diff --git a/src/components/CategorySkipOptionsComponent.tsx b/src/components/CategorySkipOptionsComponent.tsx index f7baad46..2d18000a 100644 --- a/src/components/CategorySkipOptionsComponent.tsx +++ b/src/components/CategorySkipOptionsComponent.tsx @@ -1,6 +1,7 @@ import * as React from "react"; import Config from "../config" +import * as CompileConfig from "../../config.json"; import { Category, CategorySkipOption } from "../types"; import { getCategoryActionType } from "../utils/categoryUtils"; @@ -93,6 +94,10 @@ class CategorySkipOptionsComponent extends React.Component {chrome.i18n.getMessage("category_" + this.props.category + "_description")} + {' '} + + {`${chrome.i18n.getMessage("LearnMore")}`} +