From 0d6d0f754a1db8ddb7849d761bbe51f04b857d5b Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 10 Aug 2021 21:01:03 +1000 Subject: [PATCH] Fix barcode appBar text --- lib/barcode.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/barcode.dart b/lib/barcode.dart index 0e305c6f..de3af32b 100644 --- a/lib/barcode.dart +++ b/lib/barcode.dart @@ -515,7 +515,7 @@ class _QRViewState extends State { return Scaffold( appBar: AppBar( - title: Text(_handler.getOverlayText(context)), + title: Text(L10().scanBarcode), ), body: Stack( children: [