1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

remove some duplicate strings from the source

This commit is contained in:
dkanada 2020-08-09 23:10:58 +09:00
parent c328d68928
commit 23d0f25c74
47 changed files with 71 additions and 71 deletions

View file

@ -6,7 +6,7 @@ define(['connectionManager', 'listView', 'cardBuilder', 'imageLoader', 'libraryB
if (item.ArtistCount) {
sections.push({
name: globalize.translate('TabArtists'),
name: globalize.translate('Artists'),
type: 'MusicArtist'
});
}