Skip to content

Commit 4fef026

Browse files
authored
Merge pull request #409 from doo/ak/minor-snippet-fix
Fixed VIN snippet
2 parents 4164caa + 0144463 commit 4fef026

File tree

1 file changed

+1
-1
lines changed
  • data-capture-ready-to-use-ui-example/app/src/main/java/io/scanbot/example/doc_code_snippet/vin

1 file changed

+1
-1
lines changed

data-capture-ready-to-use-ui-example/app/src/main/java/io/scanbot/example/doc_code_snippet/vin/VinUiSnippet.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ class VinUserGuidanceSnippet : AppCompatActivity() {
245245
// Show the user guidance.
246246
visible = true
247247
// Configure the title.
248-
title.text = "Scan your Identity Document"
248+
title.text = "Scan your VIN"
249249
title.color = ScanbotColor("#FFFFFF")
250250
// Configure the background.
251251
background.fillColor = ScanbotColor("#7A000000")

0 commit comments

Comments
 (0)