@@ -24,7 +24,7 @@ const Modal = (props) => {
|
||||
<div className="modal-content">
|
||||
<div className="modal-header">
|
||||
<h4 className="modal-title">
|
||||
<Trans>Add DNS rewrite</Trans>
|
||||
<Trans>rewrite_add</Trans>
|
||||
</h4>
|
||||
<button type="button" className="close" onClick={() => toggleRewritesModal()}>
|
||||
<span className="sr-only">Close</span>
|
||||
|
||||
@@ -14,12 +14,12 @@ class Table extends Component {
|
||||
|
||||
columns = [
|
||||
{
|
||||
Header: 'Domain',
|
||||
Header: this.props.t('domain'),
|
||||
accessor: 'domain',
|
||||
Cell: this.cellWrap,
|
||||
},
|
||||
{
|
||||
Header: 'Answer',
|
||||
Header: this.props.t('answer'),
|
||||
accessor: 'answer',
|
||||
Cell: this.cellWrap,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user