mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 11:43:37 +08:00
Adding banned word list menu option.
This commit is contained in:
@@ -144,6 +144,11 @@ class Configure extends React.Component {
|
||||
onClick={this.changeSection.bind(this, 'embed')}
|
||||
icon='code'>{lang.t('configure.embed-comment-stream')}</ListItemContent>
|
||||
</ListItem>
|
||||
<ListItem className={styles.settingOption}>
|
||||
<ListItemContent
|
||||
onClick={this.changeSection.bind(this, 'wordlist')}
|
||||
icon='settings'>{lang.t('configure.wordlist')}</ListItemContent>
|
||||
</ListItem>
|
||||
</List>
|
||||
<Button raised colored onClick={this.saveSettings}>
|
||||
<Icon name='save' /> {lang.t('configure.save-changes')}
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
"include-text": "Include your text here.",
|
||||
"comment-settings": "Comment Settings",
|
||||
"embed-comment-stream": "Embed Comment Stream",
|
||||
"wordlist": "Banned words list",
|
||||
"save-changes": "Save Changes",
|
||||
"copy-and-paste": "Copy and paste code below into your CMS to embed your comment box in your articles",
|
||||
"moderate": "Moderate",
|
||||
|
||||
Reference in New Issue
Block a user