mirror of
https://github.com/grocy/grocy.git
synced 2025-08-28 17:10:11 +00:00
Streamline in stock / out of stock wording
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user