mirror of
https://github.com/wassname/talk.git
synced 2026-07-15 11:26:58 +08:00
Merge pull request #1309 from hellp/wrong-premod-text
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