mirror of
https://github.com/grocy/grocy.git
synced 2025-08-28 09:01:14 +00:00
Streamline in stock / out of stock wording
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
checked>
|
||||
<label class="form-check-label custom-control-label"
|
||||
for="include-out-of-stock">
|
||||
{{ $__t('Show only in-stock products') }}
|
||||
{{ $__t('Show only in stock products') }}
|
||||
<i class="fa-solid fa-question-circle text-muted"
|
||||
data-toggle="tooltip"
|
||||
data-trigger="hover click"
|
||||
|
@@ -158,8 +158,7 @@
|
||||
for="move_on_open">{{ $__t('Move on open') }} <i class="fa-solid fa-question-circle text-muted"
|
||||
data-toggle="tooltip"
|
||||
data-trigger="hover click"
|
||||
title="{{ $__t("When enabled, on marking this product as opened, the corresponding amount will be moved 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>
|
||||
</div>
|
||||
@endif
|
||||
@@ -585,7 +584,7 @@
|
||||
for="hide_on_stock_overview">{{ $__t('Never show on stock overview') }} <i class="fa-solid fa-question-circle text-muted"
|
||||
data-toggle="tooltip"
|
||||
data-trigger="hover click"
|
||||
title="{{ $__t('The stock overview page lists all products which are currently in-stock or below their min. stock amount - enable this to hide this product there always') }}"></i>
|
||||
title="{{ $__t('The stock overview page lists all products which are currently in stock or below their min. stock amount - enable this to hide this product there always') }}"></i>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -79,8 +79,8 @@
|
||||
<select class="custom-control custom-select"
|
||||
id="status-filter">
|
||||
<option value="all">{{ $__t('All') }}</option>
|
||||
<option value="in-stock">{{ $__t('In-stock products') }}</option>
|
||||
<option value="out-of-stock">{{ $__t('Out-of-stock products') }}</option>
|
||||
<option value="in-stock">{{ $__t('In stock products') }}</option>
|
||||
<option value="out-of-stock">{{ $__t('Out of stock products') }}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -422,7 +422,7 @@
|
||||
<i class="fa-solid fa-question-circle text-muted d-print-none"
|
||||
data-toggle="tooltip"
|
||||
data-trigger="hover click"
|
||||
title="{{ $__t('Based on the prices of the default consume rule (Opened first, then first due first, then first in first out) for in-stock ingredients and on the last price for missing ones') }}"></i>
|
||||
title="{{ $__t('Based on the prices of the default consume rule (Opened first, then first due first, then first in first out) for in stock ingredients and on the last price for missing ones') }}"></i>
|
||||
</label>
|
||||
<h3>
|
||||
<span class="locale-number locale-number-currency pt-0">{{ $costs }}</span>
|
||||
|
@@ -147,7 +147,7 @@
|
||||
<option value="expired">{{ $__t('Expired') }}</option>
|
||||
@endif
|
||||
<option value="belowminstockamount">{{ $__t('Below min. stock amount') }}</option>
|
||||
<option value="instockX">{{ $__t('In-stock products') }}</option>
|
||||
<option value="instockX">{{ $__t('In stock products') }}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -125,7 +125,7 @@
|
||||
<i class="fa-solid fa-question-circle text-muted"
|
||||
data-toggle="tooltip"
|
||||
data-trigger="hover click"
|
||||
title="{{ $__t('By default the stock overview page lists all products which are currently in-stock or below their min. stock amount - when this is enabled, all (active) products are always shown') }}"></i>
|
||||
title="{{ $__t('By default the stock overview page lists all products which are currently in stock or below their min. stock amount - when this is enabled, all (active) products are always shown') }}"></i>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user