mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 13:36:50 +00:00
Fix title for stock items list
This commit is contained in:
parent
3fa68ec6da
commit
b6a5af08d8
@ -28,7 +28,7 @@ class _StockListState extends RefreshableState<StockItemList> {
|
|||||||
final Map<String, String> filters;
|
final Map<String, String> filters;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String getAppBarTitle(BuildContext context) => L10().purchaseOrders;
|
String getAppBarTitle(BuildContext context) => L10().stockItems;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget getBody(BuildContext context) {
|
Widget getBody(BuildContext context) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user