remove extra text already in i18n key

This commit is contained in:
Josh Hawkins 2025-04-24 08:05:30 -05:00
parent 1b4dfcde78
commit e8cc05dd5f

View File

@ -898,8 +898,7 @@ function PtzControlPanel({
<p>
{clickOverlay
? t("ptz.move.clickMove.disable")
: t("ptz.move.clickMove.enable")}{" "}
click to move
: t("ptz.move.clickMove.enable")}
</p>
</TooltipContent>
</Tooltip>