mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Fix provider text
This commit is contained in:
@@ -259,13 +259,13 @@ export const SynchronizedLyrics = ({
|
|||||||
{source && (
|
{source && (
|
||||||
<LyricLine
|
<LyricLine
|
||||||
className="lyric-credit"
|
className="lyric-credit"
|
||||||
text={`Lyrics provided by ${source}`}
|
text={`Provided by ${source}`}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{remote && (
|
{remote && (
|
||||||
<LyricLine
|
<LyricLine
|
||||||
className="lyric-credit"
|
className="lyric-credit"
|
||||||
text={`(Matched as ${artist} by ${name})`}
|
text={`"${name} by ${artist}"`}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{lyrics.map(([, text], idx) => (
|
{lyrics.map(([, text], idx) => (
|
||||||
|
|||||||
@@ -27,13 +27,13 @@ export const UnsynchronizedLyrics = ({
|
|||||||
{source && (
|
{source && (
|
||||||
<LyricLine
|
<LyricLine
|
||||||
className="lyric-credit"
|
className="lyric-credit"
|
||||||
text={`Lyrics provided by ${source}`}
|
text={`Provided by ${source}`}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{remote && (
|
{remote && (
|
||||||
<LyricLine
|
<LyricLine
|
||||||
className="lyric-credit"
|
className="lyric-credit"
|
||||||
text={`(Matched as ${artist} by ${name})`}
|
text={`"${name} by ${artist}"`}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{lines.map((text, idx) => (
|
{lines.map((text, idx) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user