language tweaks

This commit is contained in:
Josh Hawkins
2026-05-31 11:43:31 -05:00
parent d32f219c9b
commit 88c9b1a2a0
5 changed files with 5 additions and 5 deletions
@@ -902,7 +902,7 @@ function StreamUrlEntry({
return (
<div className="pb-4">
<div className="flex h-7 flex-row items-center justify-start gap-2 text-sm text-primary-variant">
{t("go2rtcStreams.streamNumber", { index: urlIndex + 1 })}
{t("go2rtcStreams.sourceNumber", { index: urlIndex + 1 })}
{canRemove && (
<Button
variant="ghost"