mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Remove unnecessary help tooltip
This commit is contained in:
parent
8e1d9a4871
commit
0bbc06a70c
@ -1540,9 +1540,6 @@ msgstr ""
|
||||
msgid "Desired servings"
|
||||
msgstr ""
|
||||
|
||||
msgid "Base: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Recipes settings"
|
||||
msgstr ""
|
||||
|
||||
|
@ -444,7 +444,6 @@
|
||||
'decimals' => $userSettings['stock_decimal_places_amounts'],
|
||||
'value' => $recipe->desired_servings,
|
||||
'additionalAttributes' => 'data-recipe-id="' . $recipe->id . '"',
|
||||
'hint' => $__t('Base: %s', $recipe->base_servings),
|
||||
'additionalCssClasses' => 'locale-number-input locale-number-quantity-amount'
|
||||
))
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user