Merge branch 'master' into flagged-user-padding

This commit is contained in:
Kim Gardner
2018-01-24 13:54:34 -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