From e384138196bdad343faaef6ef2b2aff72478541e Mon Sep 17 00:00:00 2001 From: Charles Giann Marcelo / Naig Date: Sun, 8 Sep 2024 05:36:33 +0800 Subject: [PATCH] Update EnglishUS.json removing ` Signed-off-by: Charles Giann Marcelo / Naig --- locales/EnglishUS.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/EnglishUS.json b/locales/EnglishUS.json index 6a376d64e..e1bf11967 100644 --- a/locales/EnglishUS.json +++ b/locales/EnglishUS.json @@ -265,7 +265,7 @@ }, "lyrics": { "description": "Get's the lyrics of the currently playing track.", - "lyrics_track": "### Lyrics for: [{trackTitle}]({trackUrl})\n`${lyrics}`", + "lyrics_track": "### Lyrics for: [{trackTitle}]({trackUrl})\n${lyrics}", "errors": { "no_results": "No lyrics found for the current track.", "no_playing": "No track is currently playing.",