- {lang.t('configure.enable-pre-moderation-text')}
+const CommentSettings = ({updateSettings, settingsError, settings, errors}) =>
+ {lang.t('configure.enable-pre-moderation-text')}
+
+ {lang.t('configure.comment-count-text-pre')}
+
+ {lang.t('configure.comment-count-text-post')}
+ {
+ errors.charCount &&
+
+
- {lang.t('configure.comment-count-text-pre')}
-
- {lang.t('configure.comment-count-text-post')}
- {
- this.state.charCountError &&
-
-
- {lang.t('configure.include-comment-stream-desc')}
-
+
;
- }
-}
+
+
-
+ {lang.t('configure.include-comment-stream-desc')} +
+