Change wording from 'share' to 'invite'

This was updated in the designs.
This commit is contained in:
Robin
2023-09-27 15:17:04 -04:00
parent 03caa22f0e
commit a959436ac7
6 changed files with 18 additions and 18 deletions

View File

@@ -69,7 +69,7 @@ import { useWakeLock } from "../useWakeLock";
import { useMergedRefs } from "../useMergedRefs";
import { MuteStates } from "./MuteStates";
import { MatrixInfo } from "./VideoPreview";
import { ShareButton } from "../button/ShareButton";
import { InviteButton } from "../button/InviteButton";
import { LayoutToggle } from "./LayoutToggle";
import {
ECAddonConnectionState,
@@ -417,7 +417,7 @@ export function InCallView({
</LeftNav>
<RightNav>
{!reducedControls && onShareClick !== null && (
<ShareButton onClick={onShareClick} />
<InviteButton onClick={onShareClick} />
)}
</RightNav>
</Header>