diff --git a/client/coral-plugin-history/Comment.js b/client/coral-plugin-history/Comment.js index 1235f1d72..df61b9e7d 100644 --- a/client/coral-plugin-history/Comment.js +++ b/client/coral-plugin-history/Comment.js @@ -2,7 +2,6 @@ import React, {PropTypes} from 'react'; import styles from './Comment.css'; const Comment = props => { - console.log(props.asset) return (

diff --git a/client/coral-settings/containers/SettingsContainer.js b/client/coral-settings/containers/SettingsContainer.js index ff8b76628..779af043a 100644 --- a/client/coral-settings/containers/SettingsContainer.js +++ b/client/coral-settings/containers/SettingsContainer.js @@ -60,7 +60,7 @@ class SettingsContainer extends Component { link={link} /> : -

{lang.t('user-no-comment')}

+

{lang.t('userNoComment')}

}