Streamline in stock / out of stock wording

This commit is contained in:
Bernd Bestel
2025-01-18 10:33:26 +01:00
parent 23d7b6ad3c
commit 83b8b95b73
18 changed files with 37 additions and 38 deletions

View File

@@ -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"

View File

@@ -158,8 +158,7 @@
for="move_on_open">{{ $__t('Move on open') }}&nbsp;<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') }}&nbsp;<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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>