mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Fix title for stock items list
This commit is contained in:
parent
3fa68ec6da
commit
b6a5af08d8
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class _StockListState extends RefreshableState<StockItemList> {
|
|||
final Map<String, String> filters;
|
||||
|
||||
@override
|
||||
String getAppBarTitle(BuildContext context) => L10().purchaseOrders;
|
||||
String getAppBarTitle(BuildContext context) => L10().stockItems;
|
||||
|
||||
@override
|
||||
Widget getBody(BuildContext context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue