mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 02:05:29 +00:00
Fix barcode appBar text
This commit is contained in:
@ -515,7 +515,7 @@ class _QRViewState extends State<InvenTreeQRView> {
|
||||
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text(_handler.getOverlayText(context)),
|
||||
title: Text(L10().scanBarcode),
|
||||
),
|
||||
body: Stack(
|
||||
children: <Widget>[
|
||||
|
Reference in New Issue
Block a user