mirror of
https://github.com/grocy/grocy.git
synced 2026-04-04 11:56:16 +02:00
Clarify help text (it's not always about one unit, but about the corresponding amount opened)
This commit is contained in:
parent
260cccd299
commit
16f033afc5
|
|
@ -2330,5 +2330,5 @@ msgstr ""
|
||||||
msgid "Move on open"
|
msgid "Move on open"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "When checked, opening the product will move one unit to the default consume location"
|
msgid "When enabled, on marking this product as opened, the corresponding amount will be moved to the default consume location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
||||||
|
|
@ -146,6 +146,7 @@
|
||||||
$location->id == $product->default_consume_location_id) selected="selected" @endif value="{{ $location->id }}">{{ $location->name }}</option>
|
$location->id == $product->default_consume_location_id) selected="selected" @endif value="{{ $location->id }}">{{ $location->name }}</option>
|
||||||
@endforeach
|
@endforeach
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
@if(GROCY_FEATURE_FLAG_STOCK_PRODUCT_OPENED_TRACKING)
|
@if(GROCY_FEATURE_FLAG_STOCK_PRODUCT_OPENED_TRACKING)
|
||||||
<div class="custom-control custom-checkbox">
|
<div class="custom-control custom-checkbox">
|
||||||
<input @if($mode=='edit'
|
<input @if($mode=='edit'
|
||||||
|
|
@ -155,10 +156,12 @@
|
||||||
for="move_on_open">{{ $__t('Move on open') }} <i class="fa-solid fa-question-circle text-muted"
|
for="move_on_open">{{ $__t('Move on open') }} <i class="fa-solid fa-question-circle text-muted"
|
||||||
data-toggle="tooltip"
|
data-toggle="tooltip"
|
||||||
data-trigger="hover click"
|
data-trigger="hover click"
|
||||||
title="{{ $__t("When checked, opening the product will move one unit to the default consume location") }}"></i>
|
title="{{ $__t("When enabled, on marking this product as opened, the corresponding amount will be moved to the default consume location")
|
||||||
|
}}"></i>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@else
|
@else
|
||||||
<input type="hidden"
|
<input type="hidden"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user