Add Channels translations

This commit is contained in:
joker-x 2020-08-17 05:11:40 +02:00
parent adf1e0d083
commit 9e2bd4a951
2 changed files with 3 additions and 3 deletions

View file

@ -96,7 +96,7 @@ export default class List extends Component {
}
</Toolbar>
<Title>{t('Channels')}</Title>
<Title>{t('channels')}</Title>
<Table ref={node => this.table = node} withHeader dataUrl="rest/channels-table" columns={columns} />
</div>