diff --git a/app/javascript/flavours/glitch/features/video/index.tsx b/app/javascript/flavours/glitch/features/video/index.tsx index b43bfae703..5084255b4a 100644 --- a/app/javascript/flavours/glitch/features/video/index.tsx +++ b/app/javascript/flavours/glitch/features/video/index.tsx @@ -842,7 +842,7 @@ export const Video: React.FC<{ role='button' tabIndex={0} aria-label={alt} - title={alt} + title={fullscreen ? undefined : alt} lang={lang} onClick={handleClick} onKeyDownCapture={handleVideoKeyDown}