From fbc5c2dfe2c8168d561d9878d8fe119667411c53 Mon Sep 17 00:00:00 2001 From: Xinto Date: Fri, 22 Sep 2023 23:17:06 +0400 Subject: [PATCH] rephrase the permission descriptions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 284f1c3..25e0cb9 100644 --- a/package.json +++ b/package.json @@ -95,8 +95,8 @@ ], "category": "Network", "extendInfo": { - "NSMicrophoneUsageDescription": "Vencord Desktop needs access to your microphone in order to transmit data in a voice chat", - "NSCameraUsageDescription": "Vencord Desktop needs access to your camera in order to transmit data in a video call", + "NSMicrophoneUsageDescription": "Vesktop needs access to your microphone in order to transmit data in a voice chat", + "NSCameraUsageDescription": "Vesktop needs access to your camera in order to transmit data in a video call", "com.apple.security.device.audio-input": true, "com.apple.security.device.camera": true }