summaryrefslogtreecommitdiff
path: root/app/lib/camera/component/scannerBarcode.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/camera/component/scannerBarcode.tsx')
-rw-r--r--app/lib/camera/component/scannerBarcode.tsx2
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 && (