Rename location to default location on product page

This commit is contained in:
Lewis Juggins 2019-10-10 18:06:43 +01:00
parent 744fd03633
commit 7f5b91e13b
2 changed files with 4 additions and 1 deletions

View File

@ -159,6 +159,9 @@ msgstr "Add"
msgid "Name"
msgstr "Name"
msgid "Default location"
msgstr "Default location"
msgid "Location"
msgstr "Location"

View File

@ -75,7 +75,7 @@
@if(GROCY_FEATURE_FLAG_STOCK_LOCATION_TRACKING)
<div class="form-group">
<label for="location_id">{{ $__t('Location') }}</label>
<label for="location_id">{{ $__t('Default location') }}</label>
<select required class="form-control" id="location_id" name="location_id">
<option></option>
@foreach($locations as $location)