Remove unnecessary help tooltip

This commit is contained in:
Bernd Bestel 2025-01-22 19:25:28 +01:00
parent 8e1d9a4871
commit 0bbc06a70c
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 0 additions and 4 deletions

View File

@ -1540,9 +1540,6 @@ msgstr ""
msgid "Desired servings"
msgstr ""
msgid "Base: %s"
msgstr ""
msgid "Recipes settings"
msgstr ""

View File

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