diff --git a/localization/strings.pot b/localization/strings.pot index 989ec81b..8fc388dd 100644 --- a/localization/strings.pot +++ b/localization/strings.pot @@ -1540,9 +1540,6 @@ msgstr "" msgid "Desired servings" msgstr "" -msgid "Base: %s" -msgstr "" - msgid "Recipes settings" msgstr "" diff --git a/views/recipes.blade.php b/views/recipes.blade.php index 8c485620..86286f5b 100644 --- a/views/recipes.blade.php +++ b/views/recipes.blade.php @@ -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' ))