Translation for hide off topic comments

This commit is contained in:
liz
2018-01-09 14:03:09 +08:00
parent c0f266dfa5
commit 6e8b28cc8a
2 changed files with 10 additions and 5 deletions
@@ -1,5 +1,6 @@
import React from 'react';
import styles from './OffTopicFilter.css';
import {t} from 'plugin-api/beta/client/services';
export default class OffTopicFilter extends React.Component {
@@ -27,7 +28,7 @@ export default class OffTopicFilter extends React.Component {
checked={this.props.checked}
className={styles.input}
/>
Hide Off-Topic Comments
{t('hide_off_topic')}
</label>
);
}