Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-en-rGB/strings-localized.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
<string name="subtitle_accessKeyFaceID">Verify your identity to view your Access Key.</string>
<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>
<string name="subtitle_allowCameraAccess">Code enables you to receive Kin by pointing your camera at the digital bill on another user\'s phone</string>
<string name="subtitle_allowCameraSettings">You need to allow camera access to be able to receive Kin</string>
<string name="subtitle_allowCameraSettings">You need to turn on Camera in Settings to scan Codes</string>
<string name="subtitle_authenticateToAccess">Authenticate to access Code.</string>
<string name="subtitle_buyKin">Buy Kin</string>
<string name="subtitle_buyKinComingSoon">Buy Kin (Coming Soon)</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings-localized.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
<string name="subtitle_accessKeyFaceID">Verify your identity to view your Access Key.</string>
<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>
<string name="subtitle_allowCameraAccess">Code enables you to receive Kin by pointing your camera at the digital bill on another user\'s phone</string>
<string name="subtitle_allowCameraSettings">You need to allow camera access to be able to receive Kin</string>
<string name="subtitle_allowCameraSettings">You need to turn on Camera in Settings to scan Codes</string>
<string name="subtitle_authenticateToAccess">Authenticate to access Code.</string>
<string name="subtitle_buyKin">Buy Kin</string>
<string name="subtitle_buyKinComingSoon">Buy Kin (Coming Soon)</string>
Expand Down