From c859fa6bf893449544feb93c09c5e032ba4e688c Mon Sep 17 00:00:00 2001 From: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com> Date: Mon, 17 Apr 2023 08:42:00 +0300 Subject: [PATCH] Typo in Settings > System > Transcoding (#3616) --- ui/v2.5/src/locales/en-GB.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/v2.5/src/locales/en-GB.json b/ui/v2.5/src/locales/en-GB.json index 858215286..cfb528d86 100644 --- a/ui/v2.5/src/locales/en-GB.json +++ b/ui/v2.5/src/locales/en-GB.json @@ -306,8 +306,8 @@ }, "transcode": { "input_args": { - "desc": "Advanced: Additional arguments to pass to ffmpeg before the input field when live transcoding video.", - "heading": "FFmpeg Live Transcode Input Args" + "desc": "Advanced: Additional arguments to pass to ffmpeg before the input field when generating video.", + "heading": "FFmpeg Transcode Input Args" }, "output_args": { "desc": "Advanced: Additional arguments to pass to ffmpeg before the output field when generating video.", @@ -1234,4 +1234,4 @@ "weight_kg": "Weight (kg)", "years_old": "years old", "zip_file_count": "Zip File Count" -} +} \ No newline at end of file