diff --git a/src/room/VideoPreview.jsx b/src/room/VideoPreview.jsx
index 996e4ae..c6f685b 100644
--- a/src/room/VideoPreview.jsx
+++ b/src/room/VideoPreview.jsx
@@ -50,13 +50,13 @@ export function VideoPreview({
{state === GroupCallState.LocalCallFeedUninitialized && (
-
- Webcam/microphone permissions needed to join the call.
+
+ Camera/microphone permissions needed to join the call.
)}
{state === GroupCallState.InitializingLocalCallFeed && (
-
- Accept webcam/microphone permissions to join the call.
+
+ Accept camera/microphone permissions to join the call.
)}
{state === GroupCallState.LocalCallFeedInitialized && (
diff --git a/src/room/VideoPreview.module.css b/src/room/VideoPreview.module.css
index 86c183d..f97d0d1 100644
--- a/src/room/VideoPreview.module.css
+++ b/src/room/VideoPreview.module.css
@@ -29,7 +29,7 @@
background-color: var(--bgColor3);
}
-.webcamPermissions {
+.cameraPermissions {
position: absolute;
top: 50%;
left: 50%;
diff --git a/src/settings/SettingsModal.jsx b/src/settings/SettingsModal.jsx
index 60665c6..ad2aeef 100644
--- a/src/settings/SettingsModal.jsx
+++ b/src/settings/SettingsModal.jsx
@@ -103,7 +103,7 @@ export const SettingsModal = (props) => {
}
>