mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
Translation for hide off topic comments
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user