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;