diff --git a/resources/i18n/pt.json b/resources/i18n/pt.json index 1fc487da..b313d60e 100644 --- a/resources/i18n/pt.json +++ b/resources/i18n/pt.json @@ -64,7 +64,8 @@ "fields": { "name": "Nome", "albumCount": "Total de Álbuns", - "songCount": "Total de Músicas" + "songCount": "Total de Músicas", + "playCount": "Execuções" } }, "user": { diff --git a/ui/src/artist/ArtistList.js b/ui/src/artist/ArtistList.js index 4f44e98b..58c7a7a7 100644 --- a/ui/src/artist/ArtistList.js +++ b/ui/src/artist/ArtistList.js @@ -3,6 +3,7 @@ import { Datagrid, DatagridBody, DatagridRow, + DateField, Filter, NumberField, SearchInput, @@ -85,6 +86,7 @@ const ArtistList = ({ width, ...rest }) => { + )} diff --git a/ui/src/i18n/en.json b/ui/src/i18n/en.json index 507b66be..f0e0a03b 100644 --- a/ui/src/i18n/en.json +++ b/ui/src/i18n/en.json @@ -65,7 +65,8 @@ "fields": { "name": "Name", "albumCount": "Album Count", - "songCount": "Song Count" + "songCount": "Song Count", + "playCount": "Plays" } }, "playlist": {