diff --git a/root/artist/ArtistIndex.js b/root/artist/ArtistIndex.js index 9ab7aba016c..25da1377f58 100644 --- a/root/artist/ArtistIndex.js +++ b/root/artist/ArtistIndex.js @@ -103,14 +103,14 @@ const FooterSwitch = ({ if (showVA) { links.push( - {l('Show official various artist release groups')} + {l('Show official Various Artists release groups')} , ); } if (showAllVA) { links.push( - {l('Show all various artist release groups')} + {l('Show all Various Artists release groups')} , ); } @@ -140,13 +140,13 @@ const FooterSwitch = ({ {(!hasDefault && !hasExtra && !hasVariousArtists) ? (
{l(`This artist only has unofficial release groups by - various artists.`)} + Various Artists.`)}
) : null}{(hasVariousArtists || hasVariousArtistsExtra) - ? l('Showing all release groups for various artists') - : l(`This artist does not have any various artists + ? l('Showing all release groups for Various Artists') + : l(`This artist does not have any Various Artists release groups`)} {buildLinks(hasDefault, hasExtra, hasVariousArtists, false)}
@@ -155,11 +155,11 @@ const FooterSwitch = ({ <> {(!hasDefault && !hasExtra) ? (- {l('This artist only has release groups by various artists.')} + {l('This artist only has release groups by Various Artists.')}
) : null}- {l('Showing official release groups for various artists')} + {l('Showing official release groups for Various Artists')} {buildLinks(hasDefault, hasExtra, false, hasVariousArtistsExtra)}
> diff --git a/root/artist/ArtistReleases.js b/root/artist/ArtistReleases.js index d6ec857ae34..7f453ae634a 100644 --- a/root/artist/ArtistReleases.js +++ b/root/artist/ArtistReleases.js @@ -77,7 +77,7 @@ const ArtistReleases = ({ {wantVariousArtistsOnly ? ( exp.l( - `Showing Various Artist releases. + `Showing Various Artists releases. {show_subset|Show releases by this artist instead}.`, {show_subset: `/artist/${artist.gid}/releases?va=0`}, ) @@ -88,15 +88,15 @@ const ArtistReleases = ({ */{hasFilter ? ( - l('This search only found releases by various artists.') + l('This search only found releases by Various Artists.') ) : ( - l('This artist only has releases by various artists.') + l('This artist only has releases by Various Artists.') )}
) : ( exp.l( `Showing releases by this artist. - {show_all|Show Various Artist releases instead}.`, + {show_all|Show Various Artists releases instead}.`, {show_all: `/artist/${artist.gid}/releases?va=1`}, ) )} diff --git a/root/statistics/Index.js b/root/statistics/Index.js index fdbe2581c39..61d163e381e 100644 --- a/root/statistics/Index.js +++ b/root/statistics/Index.js @@ -382,7 +382,7 @@ const Index = ({