mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 18:25:26 +00:00
More translations
This commit is contained in:
@ -304,7 +304,7 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
|
||||
},
|
||||
validator: (value) {
|
||||
if (selectedLocation == null) {
|
||||
return "Select a location";
|
||||
return I18N.of(context).selectLocation;
|
||||
}
|
||||
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user