mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
More translations
This commit is contained in:
parent
34a6a43d35
commit
b86025013d
4 changed files with 16 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue