last minute s/radio call/walkie-talkie call/ig

This commit is contained in:
Matthew Hodgson 2022-06-07 13:31:19 +01:00
parent 69cfa1db6d
commit 4f9efb3563
4 changed files with 6 additions and 6 deletions

View file

@ -43,7 +43,7 @@ export const CallTypeDropdown: FC<Props> = ({ callType, setCallType }) => {
<PopoverMenuTrigger placement="bottom"> <PopoverMenuTrigger placement="bottom">
<Button variant="dropdown" className={commonStyles.headline}> <Button variant="dropdown" className={commonStyles.headline}>
<Headline className={styles.label}> <Headline className={styles.label}>
{callType === CallType.Video ? "Video call" : "Radio call"} {callType === CallType.Video ? "Video call" : "Walkie-talkie call"}
</Headline> </Headline>
</Button> </Button>
{(props) => ( {(props) => (
@ -55,9 +55,9 @@ export const CallTypeDropdown: FC<Props> = ({ callType, setCallType }) => {
<CheckIcon className={menuStyles.checkIcon} /> <CheckIcon className={menuStyles.checkIcon} />
)} )}
</Item> </Item>
<Item key={CallType.Radio} textValue="Radio call"> <Item key={CallType.Radio} textValue="Walkie-talkie call">
<MicIcon /> <MicIcon />
<span>Radio call</span> <span>Walkie-talkie call</span>
{callType === CallType.Radio && ( {callType === CallType.Radio && (
<CheckIcon className={menuStyles.checkIcon} /> <CheckIcon className={menuStyles.checkIcon} />
)} )}

View file

@ -80,7 +80,7 @@ export function RegisteredView({ client }) {
}, [history, existingRoomId]); }, [history, existingRoomId]);
const callNameLabel = const callNameLabel =
callType === CallType.Video ? "Video call name" : "Radio call name"; callType === CallType.Video ? "Video call name" : "Walkie-talkie call name";
return ( return (
<> <>

View file

@ -104,7 +104,7 @@ export function UnauthenticatedView() {
); );
const callNameLabel = const callNameLabel =
callType === CallType.Video ? "Video call name" : "Radio call name"; callType === CallType.Video ? "Video call name" : "Walkie-talkie call name";
return ( return (
<> <>

View file

@ -33,7 +33,7 @@ export function AudioPreview({
}) { }) {
return ( return (
<> <>
<h1>{`${roomName} - Radio Call`}</h1> <h1>{`${roomName} - Walkie-talkie call`}</h1>
<div className={styles.preview}> <div className={styles.preview}>
{state === GroupCallState.LocalCallFeedUninitialized && ( {state === GroupCallState.LocalCallFeedUninitialized && (
<Body fontWeight="semiBold" className={styles.microphonePermissions}> <Body fontWeight="semiBold" className={styles.microphonePermissions}>