mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 05:16:15 +02:00
Rename location to default location on product page
This commit is contained in:
parent
744fd03633
commit
7f5b91e13b
|
|
@ -159,6 +159,9 @@ msgstr "Add"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Name"
|
msgstr "Name"
|
||||||
|
|
||||||
|
msgid "Default location"
|
||||||
|
msgstr "Default location"
|
||||||
|
|
||||||
msgid "Location"
|
msgid "Location"
|
||||||
msgstr "Location"
|
msgstr "Location"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -75,7 +75,7 @@
|
||||||
|
|
||||||
@if(GROCY_FEATURE_FLAG_STOCK_LOCATION_TRACKING)
|
@if(GROCY_FEATURE_FLAG_STOCK_LOCATION_TRACKING)
|
||||||
<div class="form-group">
|
<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">
|
<select required class="form-control" id="location_id" name="location_id">
|
||||||
<option></option>
|
<option></option>
|
||||||
@foreach($locations as $location)
|
@foreach($locations as $location)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user