mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 12:06:24 +00:00
Fix barcode appBar text
This commit is contained in:
parent
2cb3e89a9a
commit
0d6d0f754a
1 changed files with 1 additions and 1 deletions
|
|
@ -515,7 +515,7 @@ class _QRViewState extends State<InvenTreeQRView> {
|
||||||
|
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
title: Text(_handler.getOverlayText(context)),
|
title: Text(L10().scanBarcode),
|
||||||
),
|
),
|
||||||
body: Stack(
|
body: Stack(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue