diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-10-25 10:55:07 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-10-25 10:55:07 +0700 |
| commit | 053b45c6d4c7a8fa0853de9acab5f98642ed72dc (patch) | |
| tree | 046a2f3afc07b2254f574e1b2e7e486645bfb0d5 /app/lib/camera/component/scannerBarcode.tsx | |
| parent | 83d1a1c558293e1b14c9a5847628e7661f749c66 (diff) | |
fedback add pwa
Diffstat (limited to 'app/lib/camera/component/scannerBarcode.tsx')
| -rw-r--r-- | app/lib/camera/component/scannerBarcode.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/camera/component/scannerBarcode.tsx b/app/lib/camera/component/scannerBarcode.tsx index 3079e33..6319a84 100644 --- a/app/lib/camera/component/scannerBarcode.tsx +++ b/app/lib/camera/component/scannerBarcode.tsx @@ -21,7 +21,7 @@ const BarcodeScanner: React.FC = () => { color="error" className="mb-2" > - {isCameraActive ? "Cancel" : "Scane Code"} + {isCameraActive ? "Cancel" : "Scan Code"} </Button> {isCameraActive && ( |
