mirror of
https://github.com/wassname/talk.git
synced 2026-07-16 11:22:16 +08:00
Fix wrong text on "premod if contains links" setting.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user