From 6aec6ce8814e519874d7c4fb03c3c227df3800c2 Mon Sep 17 00:00:00 2001 From: mattk70 Date: Fri, 22 Nov 2024 23:17:43 +0000 Subject: [PATCH] Fixed ffmpeg error typo --- js/i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/i18n.js b/js/i18n.js index e05a554..8cf5c21 100644 --- a/js/i18n.js +++ b/js/i18n.js @@ -29,7 +29,7 @@ const i18nToasts = { // UI.js noLoad: 'The ${model} model is not loaded. Restart Chirpity to continue. If you see this message repeatedly, it is likely your computer does not support AVX2 and Chirpity will not run on your system.', noDLL: 'There has been an error loading the model. This may be due to missing AVX support. Chirpity AI models require the AVX2 instructions set to run. If you have AVX2 enabled and still see this notice, please refer to this issue on Github.', noFile: "Cannot locate: ${file}", - ffmpeg: 'FFMPEG error extracting audio: ${error', + ffmpeg: 'FFMPEG error extracting audio: ${error}', noNight: 'No detections. ${file} has no period within it where predictions would be given. Tip: To see detections in this file, disable nocmig mode and run the analysis again.', saveBlocked: "Cannot save file ${filePath}\nbecause it is open in another application", goodSave: '${filePath} has been written successfully.',