mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
UI strings/tooltips/basic handling review/optimizations
This commit is contained in:
@@ -17,12 +17,14 @@
|
||||
<div class="col-lg-6 col-xs-12">
|
||||
<h4 class="mt-2">{{ $__t('Recipe card') }}</h4>
|
||||
<div class="form-group">
|
||||
<div class="checkbox">
|
||||
<label for="recipe_ingredients_group_by_product_group">
|
||||
<input type="checkbox"
|
||||
class="user-setting-control"
|
||||
id="recipe_ingredients_group_by_product_group"
|
||||
data-setting-key="recipe_ingredients_group_by_product_group"> {{ $__t('Group ingredients by their product group') }}
|
||||
<div class="custom-control custom-checkbox">
|
||||
<input type="checkbox"
|
||||
class="form-check-input custom-control-input user-setting-control"
|
||||
id="recipe_ingredients_group_by_product_group"
|
||||
data-setting-key="recipe_ingredients_group_by_product_group">
|
||||
<label class="form-check-label custom-control-label"
|
||||
for="recipe_ingredients_group_by_product_group">
|
||||
{{ $__t('Group ingredients by their product group') }}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user