Skip to content

Commit b1ebfa7

Browse files
committed
chore(translation): add supported sources to error message
1 parent cbaf096 commit b1ebfa7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utils/languages.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module.exports = {
8888
ERROR_VOICE_CHANNEL_ALREADY_JOINED: "Voice channel already joined",
8989
ERROR_VIDEO_UNAVAILABLE: "Unavailable video",
9090
ERROR_VIDEO_RESTRICTED: "Restricted video",
91-
ERROR_URL_UNSUPPORTED: "Unsupported URL",
91+
ERROR_URL_UNSUPPORTED: "URLs supported: Youtube & Spotify",
9292
ERROR_URL_INVALID: "Invalid URL",
9393
ERROR_COOKIES_INVALID: "Invalid cookies",
9494
ERROR_RESULT_NO_FOUND: "No result found",
@@ -198,7 +198,7 @@ module.exports = {
198198
ERROR_VOICE_CHANNEL_ALREADY_JOINED: "Salon vocal déjà rejoint",
199199
ERROR_VIDEO_UNAVAILABLE: "Vidéo indisponible",
200200
ERROR_VIDEO_RESTRICTED: "Vidéo restreinte",
201-
ERROR_URL_UNSUPPORTED: "URL non prise en charge",
201+
ERROR_URL_UNSUPPORTED: "URLs prises en charge : Youtube & Spotify",
202202
ERROR_URL_INVALID: "URL invalide",
203203
ERROR_COOKIES_INVALID: "Cookies non valides",
204204
ERROR_RESULT_NO_FOUND: "Aucun résultat trouvé",

0 commit comments

Comments
 (0)