From a12963b2e3ac67fbda00901061294d36d73aaff3 Mon Sep 17 00:00:00 2001 From: Roland Bewick Date: Sat, 20 Jul 2024 14:26:10 +0700 Subject: [PATCH] fix: expo camera permission message --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 52f4c33..512bd3d 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Alby Mobile", "slug": "alby-mobile", - "version": "1.2.0", + "version": "1.2.1", "scheme": ["bitcoin", "lightning", "alby"], "orientation": "portrait", "icon": "./assets/icon.png", @@ -17,7 +17,7 @@ [ "expo-camera", { - "cameraPermission": "Allow $(PRODUCT_NAME) to access your camera", + "cameraPermission": "Allow Alby Mobile to use the camera to scan wallet connection and payment QR codes", "recordAudioAndroid": false } ],