Skip to content

Commit

Permalink
Merge pull request #708 from coralproject/bugs-fix
Browse files Browse the repository at this point in the history
BUG: Wrong label in Admin Configure
  • Loading branch information
kgardnr authored Jun 23, 2017
2 parents 1c84406 + b65c07a commit e2a9a42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const StreamSettings = ({updateSettings, settingsError, settings, errors}) => {
checked={settings.autoCloseStream} />
</div>
<div className={styles.content}>
<div className={styles.settingsHeader}>{t('configure.comment_count_header')}</div>
<div className={styles.settingsHeader}>{t('configure.close_after')}</div>
<br />
<Textfield
type='number'
Expand Down

0 comments on commit e2a9a42

Please sign in to comment.