Skip to content

Commit ace3760

Browse files
committed
fix prompt message
1 parent 8a2f441 commit ace3760

File tree

1 file changed

+5
-5
lines changed
  • foundational-api-samples/use-case/read-and-parse-GS1-AI

1 file changed

+5
-5
lines changed

foundational-api-samples/use-case/read-and-parse-GS1-AI/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<head>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
7-
<meta name="description" content="Instantly Read PDF417 barcodes on Driver Licenses with Dynamsoft Barcode Reader." />
8-
<meta name="keywords" content="read driver license barcode" />
9-
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/use-case/read-a-drivers-license/index.html" />
7+
<meta name="description" content="Instantly Read GS1-AI barcodes and Parse It with Dynamsoft Barcode Reader." />
8+
<meta name="keywords" content="read GS1 AI barcode" />
9+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/use-case/read-and-parse-GS1-AI/index.html" />
1010
<link rel="stylesheet" href="./index.css">
1111
<title>Dynamsoft Barcode Reader Sample - Read a GS1-AI</title>
1212
</head>
@@ -167,7 +167,7 @@ <h1>Read a GS1-AI</h1>
167167

168168
async function backToCameraMode() {
169169
closeResultAlert();
170-
document.querySelector("#span-tip").innerText = "Aim at the barcode on the driver's license.";
170+
document.querySelector("#span-tip").innerText = "Aim at the GS1 barcode.";
171171

172172
await switchToVideo();
173173
}
@@ -184,7 +184,7 @@ <h1>Read a GS1-AI</h1>
184184

185185
async function switchToVideo() {
186186
document.querySelector("#main-container").style.display = "block";
187-
document.querySelector("#span-tip").innerText = "Aim at the barcode on the driver's license.";
187+
document.querySelector("#span-tip").innerText = "Aim at the GS1 barcode.";
188188
document.querySelector("#span-tip").hidden = false;
189189
cameraViewContainer.style.display = "block";
190190

0 commit comments

Comments
 (0)