From 5ffc0c61614a176229a971d77c0ed27ab50c17ec Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 28 Nov 2024 15:49:15 +0600 Subject: [PATCH] web/i18n/error: add string for api.service.audio_not_supported --- web/i18n/en/error.json | 1 + 1 file changed, 1 insertion(+) diff --git a/web/i18n/en/error.json b/web/i18n/en/error.json index bd512532..75023338 100644 --- a/web/i18n/en/error.json +++ b/web/i18n/en/error.json @@ -34,6 +34,7 @@ "api.service.unsupported": "this service is not supported yet. have you pasted the right link?", "api.service.disabled": "this service is generally supported by cobalt, but it's disabled on this processing instance. try a link from another service!", + "api.service.audio_not_supported": "this service doesn't support audio extraction. try a link from another service!", "api.link.invalid": "your link is invalid or this service is not supported yet. have you pasted the right link?", "api.link.unsupported": "{{ service }} is supported, but i couldn't recognize your link. have you pasted the right one?",