Skip to content

Commit ff6b0fd

Browse files
committed
chore: update messaging when camera off due to auto start
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 9726bc0 commit ff6b0fd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/src/main/java/com/getcode/view/main/home/components/CameraDisabledView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ internal fun CameraDisabledView(
3535
.fillMaxWidth()
3636
.padding(bottom = 30.dp),
3737
style = CodeTheme.typography.textMedium.copy(textAlign = TextAlign.Center),
38-
text = stringResource(R.string.subtitle_cameraRequiredToScanCodes)
38+
text = stringResource(R.string.subtitle_startCameraToScan)
3939
)
4040
CodeButton(
4141
onClick = onClick,

app/src/main/res/values-en-rGB/strings-localized.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
<string name="subtitle_accessKeyFaceID">Verify your identity to view your Access Key.</string>
213213
<string name="subtitle_accessKeySnapshotDescription">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.</string>
214214
<string name="subtitle_allowCameraAccess">Code enables you to receive Kin by pointing your camera at the digital bill on another user\'s phone</string>
215-
<string name="subtitle_allowCameraSettings">You need to allow camera access to be able to receive Kin</string>
215+
<string name="subtitle_allowCameraSettings">You need to turn on Camera in Settings to scan Codes</string>
216216
<string name="subtitle_authenticateToAccess">Authenticate to access Code.</string>
217217
<string name="subtitle_buyKin">Buy Kin</string>
218218
<string name="subtitle_buyKinComingSoon">Buy Kin (Coming Soon)</string>

app/src/main/res/values/strings-localized.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
<string name="subtitle_accessKeyFaceID">Verify your identity to view your Access Key.</string>
213213
<string name="subtitle_accessKeySnapshotDescription">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.</string>
214214
<string name="subtitle_allowCameraAccess">Code enables you to receive Kin by pointing your camera at the digital bill on another user\'s phone</string>
215-
<string name="subtitle_allowCameraSettings">You need to allow camera access to be able to receive Kin</string>
215+
<string name="subtitle_allowCameraSettings">You need to turn on Camera in Settings to scan Codes</string>
216216
<string name="subtitle_authenticateToAccess">Authenticate to access Code.</string>
217217
<string name="subtitle_buyKin">Buy Kin</string>
218218
<string name="subtitle_buyKinComingSoon">Buy Kin (Coming Soon)</string>

0 commit comments

Comments
 (0)