2
0
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:
Oliver Walters
2021-05-19 23:15:49 +10:00
parent 34a6a43d35
commit b86025013d
4 changed files with 16 additions and 12 deletions

View File

@ -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;