fix(thumbnail) Fixed screensharing indicator tooltip (#10780)
This commit is contained in:
parent
38dfb47bf1
commit
0b836acad9
|
@ -1137,6 +1137,7 @@
|
|||
"muted": "Muted",
|
||||
"videoMuted": "Camera disabled",
|
||||
"remoteControl": "Start / Stop remote control",
|
||||
"screenSharing": "Participant is sharing their screen",
|
||||
"show": "Show on stage",
|
||||
"videomute": "Participant has stopped the camera"
|
||||
},
|
||||
|
|
|
@ -26,7 +26,7 @@ export default function ScreenShareIndicator(props: Props) {
|
|||
icon = { IconShareDesktop }
|
||||
iconId = 'share-desktop'
|
||||
iconSize = { 15 }
|
||||
tooltipKey = 'videothumbnail.videomute'
|
||||
tooltipKey = 'videothumbnail.screenSharing'
|
||||
tooltipPosition = { props.tooltipPosition } />
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue