GBR: Changed MAX_UKB_CODE lenght and text default error scan

This commit is contained in:
Kenta420 2025-06-11 13:33:18 +07:00
parent 36189e87f9
commit f8885a90de

View file

@ -16,7 +16,7 @@
;EndIf
Var ErrorCause = ""
Var MAX_UKB_CODE = 5
Var MAX_UKB_CODE = 6
Var PreScaleCanculate = 100
@ -98,7 +98,7 @@
Var EMAEnterNumberButtonState = "Invisible"
Var EMAPopupSuccessState = "Invisible"
Var EMAPopupErrorState = "Invisible"
Var QRErrorText = "Errror scanning\nthe QR code"
Var QRErrorText = "Errror scanning\nthe Barcode"
Var QRErrorImg = "/QRError.png"
Var QR_POPUP = "/img_popup8-2.png"