diff --git a/src/components/Calendar/SettingsTab.tsx b/src/components/Calendar/SettingsTab.tsx
index 07748ff..a979a99 100644
--- a/src/components/Calendar/SettingsTab.tsx
+++ b/src/components/Calendar/SettingsTab.tsx
@@ -1,5 +1,5 @@
import FormatListBulletedIcon from "@mui/icons-material/FormatListBulleted";
-import LockIcon from "@mui/icons-material/Lock";
+import LockOutlineIcon from "@mui/icons-material/LockOutline";
import PublicIcon from "@mui/icons-material/Public";
import {
Box,
@@ -99,7 +99,7 @@ export function SettingsTab({
-
+
{t("common.you")}
diff --git a/src/components/Event/EventFormFields.tsx b/src/components/Event/EventFormFields.tsx
index 0f0a9fe..ce3a6b9 100644
--- a/src/components/Event/EventFormFields.tsx
+++ b/src/components/Event/EventFormFields.tsx
@@ -17,12 +17,12 @@ import {
import {
Description as DescriptionIcon,
Public as PublicIcon,
- Lock as LockIcon,
- CameraAlt as VideocamIcon,
+ VideocamOutlined as VideocamOutlinedIcon,
ContentCopy as CopyIcon,
Close as DeleteIcon,
} from "@mui/icons-material";
import iconCamera from "../../static/images/icon-camera.svg";
+import LockOutlineIcon from "@mui/icons-material/LockOutline";
import AttendeeSelector from "../Attendees/AttendeeSearch";
import RepeatEvent from "./EventRepeat";
import { RepetitionObject } from "../../features/Events/EventsTypes";
@@ -652,6 +652,7 @@ export default function EventFormFields({