From ff6b0fdb34ed38761063e312f2ac63254bac6021 Mon Sep 17 00:00:00 2001 From: Brandon McAnsh Date: Wed, 19 Jun 2024 11:17:45 -0400 Subject: [PATCH] chore: update messaging when camera off due to auto start Signed-off-by: Brandon McAnsh --- .../com/getcode/view/main/home/components/CameraDisabledView.kt | 2 +- app/src/main/res/values-en-rGB/strings-localized.xml | 2 +- app/src/main/res/values/strings-localized.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/java/com/getcode/view/main/home/components/CameraDisabledView.kt b/app/src/main/java/com/getcode/view/main/home/components/CameraDisabledView.kt index c7b87b74e..3a76f87a9 100644 --- a/app/src/main/java/com/getcode/view/main/home/components/CameraDisabledView.kt +++ b/app/src/main/java/com/getcode/view/main/home/components/CameraDisabledView.kt @@ -35,7 +35,7 @@ internal fun CameraDisabledView( .fillMaxWidth() .padding(bottom = 30.dp), style = CodeTheme.typography.textMedium.copy(textAlign = TextAlign.Center), - text = stringResource(R.string.subtitle_cameraRequiredToScanCodes) + text = stringResource(R.string.subtitle_startCameraToScan) ) CodeButton( onClick = onClick, diff --git a/app/src/main/res/values-en-rGB/strings-localized.xml b/app/src/main/res/values-en-rGB/strings-localized.xml index 3e8113e3b..57438bc76 100644 --- a/app/src/main/res/values-en-rGB/strings-localized.xml +++ b/app/src/main/res/values-en-rGB/strings-localized.xml @@ -212,7 +212,7 @@ Verify your identity to view your Access Key. Tap the Google Lens icon to open the QR code to log into Code. Alternatively you can log in manually by entering the 12 words in the Code Log In screen. Code enables you to receive Kin by pointing your camera at the digital bill on another user\'s phone - You need to allow camera access to be able to receive Kin + You need to turn on Camera in Settings to scan Codes Authenticate to access Code. Buy Kin Buy Kin (Coming Soon) diff --git a/app/src/main/res/values/strings-localized.xml b/app/src/main/res/values/strings-localized.xml index 002c66f2a..38dfe645c 100644 --- a/app/src/main/res/values/strings-localized.xml +++ b/app/src/main/res/values/strings-localized.xml @@ -212,7 +212,7 @@ Verify your identity to view your Access Key. Tap the Google Lens icon to open the QR code to log into Code. Alternatively you can log in manually by entering the 12 words in the Code Log In screen. Code enables you to receive Kin by pointing your camera at the digital bill on another user\'s phone - You need to allow camera access to be able to receive Kin + You need to turn on Camera in Settings to scan Codes Authenticate to access Code. Buy Kin Buy Kin (Coming Soon)