Fix NavBar title translations

This commit is contained in:
Deluan
2020-04-27 23:22:17 -04:00
parent 069de0f9ea
commit ea1d534c29
14 changed files with 97 additions and 26 deletions
+3 -1
View File
@@ -25,7 +25,9 @@ const artistRowClick = (id) => {
const ArtistList = (props) => (
<List
{...props}
title={<Title subTitle={'Artists'} />}
title={
<Title subTitle={'resources.artist.name'} args={{ smart_count: 2 }} />
}
sort={{ field: 'name', order: 'ASC' }}
exporter={false}
bulkActionButtons={false}