Merge pull request #1309 from hellp/wrong-premod-text

Fix wrong text on "premod if contains links" setting
This commit is contained in:
Kim Gardner
2018-01-24 13:54:04 -05:00
committed by GitHub
@@ -57,7 +57,7 @@ class Settings extends React.Component {
<Configuration
checked={premodLinksEnable}
title={t('configure.enable_premod_links')}
description={t('configure.enable_premod_description')}
description={t('configure.enable_premod_links_description')}
onCheckbox={onTogglePremodLinks}
/>
<Configuration